Skip to content

Commit

Permalink
Use space instead of tab
Browse files Browse the repository at this point in the history
  • Loading branch information
howard0su committed Jan 14, 2019
1 parent 1bd28a2 commit 648ada2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screen/320x240x16/lcd_gfx.c
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ void LCD_DrawWindowedImageFromFile(u16 x, u16 y, const char *file, s16 w, s16 h,
*color = (*color & 0x8410) == 0x8410 ? 0 : 0xffff;
LCD_DrawPixel(*color++);
}
}
}
if((u16)w < img_w) {
fseek(fh, 2 * (img_w - w), SEEK_CUR);
}
Expand Down

0 comments on commit 648ada2

Please sign in to comment.