Skip to content

Commit 648ada2

Browse files
committed
Use space instead of tab
1 parent 1bd28a2 commit 648ada2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screen/320x240x16/lcd_gfx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ void LCD_DrawWindowedImageFromFile(u16 x, u16 y, const char *file, s16 w, s16 h,
615615
*color = (*color & 0x8410) == 0x8410 ? 0 : 0xffff;
616616
LCD_DrawPixel(*color++);
617617
}
618-
}
618+
}
619619
if((u16)w < img_w) {
620620
fseek(fh, 2 * (img_w - w), SEEK_CUR);
621621
}

0 commit comments

Comments
 (0)