Skip to content

Commit 9706791

Browse files
author
Clang Robot
committed
Committing clang-format changes
1 parent 98d8952 commit 9706791

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Inkplate.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ class Inkplate : public System, public Graphics
200200
#if defined(ARDUINO_INKPLATE6PLUS) || defined(ARDUINO_INKPLATE6PLUSV2)
201201
uint8_t pwrMode = INKPLATE_NORMAL_PWR_MODE;
202202
#endif
203-
204203
};
205204

206205
#endif

src/boards/Inkplate6Color.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ void Inkplate::sleepColorPanel()
407407
digitalWrite(EPAPER_RST_PIN, LOW);
408408
digitalWrite(EPAPER_DC_PIN, LOW);
409409
digitalWrite(EPAPER_CS_PIN, LOW);
410-
411410
}
412411

413412
#endif

0 commit comments

Comments
 (0)