Skip to content

Commit 15f49c8

Browse files
committed
clang-format
1 parent 4c64706 commit 15f49c8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/components/display/drivers/dispDrvThinkInkGrayscale4Eaamfgn.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class drvDispThinkInkGrayscale4Eaamfgn : public dispDrvBase {
8787
return true;
8888
}
8989

90-
#ifndef ARDUINO_ARCH_ESP8266
90+
#ifndef ARDUINO_ARCH_ESP8266
9191
/*!
9292
@brief Displays a splash screen
9393
*/
@@ -211,8 +211,7 @@ class drvDispThinkInkGrayscale4Eaamfgn : public dispDrvBase {
211211
_display->display();
212212
}
213213

214-
#endif // ARDUINO_ARCH_ESP8266
215-
214+
#endif // ARDUINO_ARCH_ESP8266
216215

217216
/*!
218217
@brief Writes a message to the display.

src/components/display/drivers/dispDrvThinkInkGrayscale4T5.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class dispDrvThinkInkGrayscale4T5 : public dispDrvBase {
8181
return true;
8282
}
8383

84-
#ifndef ARDUINO_ARCH_ESP8266
84+
#ifndef ARDUINO_ARCH_ESP8266
8585
/*!
8686
@brief Draws a status bar at the top of the display.
8787
@param io_username

0 commit comments

Comments
 (0)