mirror of
https://github.com/CTCaer/hekate
synced 2024-11-16 00:49:27 +00:00
Switch indents to tabs to match rest of code
This commit is contained in:
parent
ab8e2240f0
commit
8b2f60fab6
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue