From 40e98a2e4915464b9306ab7b0f6feb173de095c5 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Mon, 26 Oct 2020 12:38:22 -0400 Subject: Whitespace cleanup on fb_viewport Rewrite Change-Id: I24aac41c8abecf7b78a44d7f59e842b791be4563 --- apps/gui/splash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui/splash.c') diff --git a/apps/gui/splash.c b/apps/gui/splash.c index 1415d47a70..b85e4693aa 100644 --- a/apps/gui/splash.c +++ b/apps/gui/splash.c @@ -120,7 +120,7 @@ static void splash_internal(struct screen * screen, const char *fmt, va_list ap) vp.y += (vp.height - height) / 2; vp.width = width; vp.height = height; - + vp.flags |= VP_FLAG_ALIGN_CENTER; #if LCD_DEPTH > 1 if (screen->depth > 1) -- cgit v1.2.3