Skip to content

Commit d835ff1

Browse files
author
Clang Robot
committed
Committing clang-format changes
1 parent 8b92e15 commit d835ff1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/boards/Inkplate4.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ void Inkplate::display() // Leave on does nothing
165165
* @param bool _state
166166
* -'True' sets the panel to sleep
167167
* -'False' wakes the panel
168-
*
168+
*
169169
*/
170170
void Inkplate::setPanelDeepSleep(bool _state)
171171
{

src/boards/Inkplate6Color.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ void Inkplate::setPanelDeepSleep(bool _state)
323323
else
324324
{
325325
// _state is true? Put the panel to sleep.
326-
326+
327327
delay(10);
328328
sendCommand(DEEP_SLEEP_REGISTER);
329329
sendData(0xA5);

0 commit comments

Comments
 (0)