Switch indents to tabs to match rest of code

This commit is contained in:
Ave O 2018-08-19 14:25:09 +03:00
parent ab8e2240f0
commit 8b2f60fab6
No known key found for this signature in database
GPG key ID: 09356ABAA42C842B

View file

@ -2063,7 +2063,7 @@ void auto_launch_firmware()
gfx_render_bmp_argb(&gfx_ctxt, (u32 *)BOOTLOGO, bmpData.size_x, bmpData.size_y, gfx_render_bmp_argb(&gfx_ctxt, (u32 *)BOOTLOGO, bmpData.size_x, bmpData.size_y,
bmpData.pos_x, bmpData.pos_y); bmpData.pos_x, bmpData.pos_y);
} }
#ifdef SPLASH_ENABLE #ifdef SPLASH_ENABLE
else else
{ {
BOOTLOGO = (void *)malloc(0x4000); BOOTLOGO = (void *)malloc(0x4000);
@ -2071,7 +2071,7 @@ void auto_launch_firmware()
gfx_set_rect_grey(&gfx_ctxt, BOOTLOGO, X_BOOTLOGO, Y_BOOTLOGO, 326, 544); gfx_set_rect_grey(&gfx_ctxt, BOOTLOGO, X_BOOTLOGO, Y_BOOTLOGO, 326, 544);
free(BOOTLOGO); free(BOOTLOGO);
} }
#endif #endif
free(BOOTLOGO); free(BOOTLOGO);
display_backlight(true); display_backlight(true);