From 1840b86c920a59c106ed1c367d9e24ea0ce4207c Mon Sep 17 00:00:00 2001 From: Tyeth Gundry Date: Wed, 29 Nov 2023 21:50:08 +0000 Subject: [PATCH] CLang format --- src/components/i2c/WipperSnapper_I2C.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/i2c/WipperSnapper_I2C.cpp b/src/components/i2c/WipperSnapper_I2C.cpp index 67241cdb0..062fb5a4b 100644 --- a/src/components/i2c/WipperSnapper_I2C.cpp +++ b/src/components/i2c/WipperSnapper_I2C.cpp @@ -375,7 +375,8 @@ bool WipperSnapper_Component_I2C::initI2CDevice( WS_DEBUG_PRINTLN("LTR390 Initialized Successfully!"); } else if ((strcmp("ltr329", msgDeviceInitReq->i2c_device_name) == 0) || (strcmp("ltr303", msgDeviceInitReq->i2c_device_name) == 0)) { - _ltr329 = new WipperSnapper_I2C_Driver_LTR329_LTR303(this->_i2c, i2cAddress); + _ltr329 = + new WipperSnapper_I2C_Driver_LTR329_LTR303(this->_i2c, i2cAddress); if (!_ltr329->begin()) { WS_DEBUG_PRINTLN("ERROR: Failed to initialize LTR329/303"); _busStatusResponse =