Skip to content

Commit 72b8955

Browse files
committed
chore(clang): format manually for CI
1 parent 7898c26 commit 72b8955

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_BMP5XX.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
#include "WipperSnapper_I2C_Driver.h"
2222

23-
#define SEALEVELPRESSURE_HPA (1013.25) ///< Default sea level pressure, in hPa
23+
#define SEALEVELPRESSURE_HPA (1013.25) ///< Default sea level pressure, in hPa
2424

2525
/**************************************************************************/
2626
/*!
@@ -29,7 +29,7 @@
2929
*/
3030
/**************************************************************************/
3131
class WipperSnapper_I2C_Driver_BMP5XX : public WipperSnapper_I2C_Driver {
32-
public:
32+
public:
3333
/*******************************************************************************/
3434
/*!
3535
@brief Constructor for an BMP5XX sensor.
@@ -131,8 +131,8 @@ class WipperSnapper_I2C_Driver_BMP5XX : public WipperSnapper_I2C_Driver {
131131
return true;
132132
}
133133

134-
protected:
135-
Adafruit_BMP5xx *_bmp5xx; ///< BMP5xx object
134+
protected:
135+
Adafruit_BMP5xx *_bmp5xx; ///< BMP5xx object
136136
};
137137

138138
#endif // WipperSnapper_I2C_Driver_BMP5XX

0 commit comments

Comments
 (0)