Skip to content

Commit

Permalink
clang again
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Feb 18, 2025
1 parent 2770d8a commit f206963
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/checkin/model.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ CheckinModel::getCheckinResponse() {
*/
/***********************************************************************/
wippersnapper_checkin_CheckinRequest *CheckinModel::getCheckinRequest() {
return &_CheckinRequest;
return &_CheckinRequest;
}

/***********************************************************************/
Expand Down
3 changes: 2 additions & 1 deletion src/components/i2c/drivers/drvMprls.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ class drvMprls : public drvBase {
The name of the driver.
*/
/*******************************************************************************/
drvMprls(TwoWire *i2c, uint16_t sensorAddress, uint32_t mux_channel, const char* driver_name)
drvMprls(TwoWire *i2c, uint16_t sensorAddress, uint32_t mux_channel,
const char *driver_name)
: drvBase(i2c, sensorAddress, mux_channel, driver_name) {
_i2c = i2c;
_address = sensorAddress;
Expand Down

0 comments on commit f206963

Please sign in to comment.