Skip to content

Commit b83af56

Browse files
author
Clang Robot
committed
Committing clang-format changes
1 parent e534d92 commit b83af56

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/boards/Inkplate4.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,11 @@ void Graphics::writePixel(int16_t x0, int16_t y0, uint16_t _color)
328328

329329
if (_color > 2)
330330
return;
331-
331+
332332
// Fix for ePaper buffer
333333
y0 += 1;
334-
if(y0 == 300) y0 = 0;
334+
if (y0 == 300)
335+
y0 = 0;
335336

336337
switch (rotation)
337338
{

0 commit comments

Comments
 (0)