Skip to content

Commit 9050f1d

Browse files
author
Clang Robot
committed
Committing clang-format changes
1 parent fd089e2 commit 9050f1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/ImageJPEG.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,8 @@ bool Image::drawJpegChunk(int16_t x, int16_t y, uint16_t w, uint16_t h, uint16_t
405405

406406
if (invert)
407407
val = 7 - val;
408-
// if (_imagePtrJpeg->getDisplayMode() == INKPLATE_1BIT)
409-
// val = (~val >> 2) & 1;
408+
// if (_imagePtrJpeg->getDisplayMode() == INKPLATE_1BIT)
409+
// val = (~val >> 2) & 1;
410410

411411
_imagePtrJpeg->writePixel(x + i, y + j, val);
412412
#endif

0 commit comments

Comments
 (0)