Skip to content

Commit 301b325

Browse files
committed
clang Format
1 parent 7365269 commit 301b325

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

include/clockWork.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ void ClockWork::loopAutoBrightLogic() {
3939
ledGain = G.autoBrightMax;
4040
return;
4141
}
42-
42+
4343
float ledGainOld = ledGain;
4444
float luxNow = -1.0;
4545

include/webPageAdapter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ void webSocketEvent(uint8_t num, WStype_t type, uint8_t *payload,
377377
G.autoBrightPeak = 10;
378378
if (G.autoBrightPeak > 1500)
379379
G.autoBrightPeak = 1500;
380-
380+
381381
break;
382382
}
383383

src/Wortuhr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ void setup() {
441441
if (G.autoBrightEnabled >= 9) {
442442
G.autoBrightEnabled = 0;
443443
}
444-
#endif
444+
#endif
445445

446446
#if AUTOBRIGHT_USE_BH1750
447447
// Initialize ambient light sensor BH1750 on I2C bus

0 commit comments

Comments
 (0)