Skip to content

Commit bddb83e

Browse files
committed
clang formatting
1 parent cb252b8 commit bddb83e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Adafruit_IL0373.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ Adafruit_IL0373::Adafruit_IL0373(int width, int height, int8_t SID, int8_t SCLK,
5252
*/
5353
/**************************************************************************/
5454
Adafruit_IL0373::Adafruit_IL0373(int width, int height, int8_t DC, int8_t RST,
55-
int8_t CS, int8_t SRCS, int8_t BUSY, SPIClass *spi)
55+
int8_t CS, int8_t SRCS, int8_t BUSY,
56+
SPIClass *spi)
5657
: Adafruit_EPD(width, height, DC, RST, CS, SRCS, BUSY, spi) {
5758
buffer1_size = ((uint32_t)width * (uint32_t)height) / 8;
5859
buffer2_size = buffer1_size;

0 commit comments

Comments
 (0)