From 8b2f60fab6ed8f98086045195483d567440ce8c1 Mon Sep 17 00:00:00 2001 From: Ave O Date: Sun, 19 Aug 2018 14:25:09 +0300 Subject: [PATCH] Switch indents to tabs to match rest of code --- bootloader/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootloader/main.c b/bootloader/main.c index b8c8941..f16cbac 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -2063,7 +2063,7 @@ void auto_launch_firmware() gfx_render_bmp_argb(&gfx_ctxt, (u32 *)BOOTLOGO, bmpData.size_x, bmpData.size_y, bmpData.pos_x, bmpData.pos_y); } - #ifdef SPLASH_ENABLE + #ifdef SPLASH_ENABLE else { 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); free(BOOTLOGO); } - #endif + #endif free(BOOTLOGO); display_backlight(true);