Skip to content

Commit c281ed8

Browse files
committed
push clang
1 parent 6202eca commit c281ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/i2c/drivers/WipperSnapper_I2C_Driver_Out_CharLcd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class WipperSnapper_I2C_Driver_Out_CharLcd
8181
@param enable
8282
True to enable the backlight, false to disable it.
8383
*/
84-
void EnableCharLcdBacklight(bool enable=true) {
84+
void EnableCharLcdBacklight(bool enable = true) {
8585
if (_lcd == nullptr)
8686
return;
8787

0 commit comments

Comments
 (0)