Skip to content

Commit 1840b86

Browse files
committed
CLang format
1 parent ffb3122 commit 1840b86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/i2c/WipperSnapper_I2C.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,8 @@ bool WipperSnapper_Component_I2C::initI2CDevice(
375375
WS_DEBUG_PRINTLN("LTR390 Initialized Successfully!");
376376
} else if ((strcmp("ltr329", msgDeviceInitReq->i2c_device_name) == 0) ||
377377
(strcmp("ltr303", msgDeviceInitReq->i2c_device_name) == 0)) {
378-
_ltr329 = new WipperSnapper_I2C_Driver_LTR329_LTR303(this->_i2c, i2cAddress);
378+
_ltr329 =
379+
new WipperSnapper_I2C_Driver_LTR329_LTR303(this->_i2c, i2cAddress);
379380
if (!_ltr329->begin()) {
380381
WS_DEBUG_PRINTLN("ERROR: Failed to initialize LTR329/303");
381382
_busStatusResponse =

0 commit comments

Comments
 (0)