Skip to content

Commit f206963

Browse files
committed
clang again
1 parent 2770d8a commit f206963

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/components/checkin/model.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ CheckinModel::getCheckinResponse() {
129129
*/
130130
/***********************************************************************/
131131
wippersnapper_checkin_CheckinRequest *CheckinModel::getCheckinRequest() {
132-
return &_CheckinRequest;
132+
return &_CheckinRequest;
133133
}
134134

135135
/***********************************************************************/

src/components/i2c/drivers/drvMprls.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ class drvMprls : public drvBase {
4040
The name of the driver.
4141
*/
4242
/*******************************************************************************/
43-
drvMprls(TwoWire *i2c, uint16_t sensorAddress, uint32_t mux_channel, const char* driver_name)
43+
drvMprls(TwoWire *i2c, uint16_t sensorAddress, uint32_t mux_channel,
44+
const char *driver_name)
4445
: drvBase(i2c, sensorAddress, mux_channel, driver_name) {
4546
_i2c = i2c;
4647
_address = sensorAddress;

0 commit comments

Comments
 (0)