From f727b0787acc270fa7d0c9ebef6c853d08270005 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Tue, 12 Jun 2018 12:11:06 -0400 Subject: puzzles: minor nitpicks to fbb6a2f Just some whitespace changes to maintain stylistic consistency. Change-Id: I50b5d52db2795cfcb4155bdffbfb80c1c3773112 --- apps/plugins/puzzles/rockbox.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/puzzles') diff --git a/apps/plugins/puzzles/rockbox.c b/apps/plugins/puzzles/rockbox.c index a42a9dbc00..231df5ab48 100644 --- a/apps/plugins/puzzles/rockbox.c +++ b/apps/plugins/puzzles/rockbox.c @@ -182,7 +182,7 @@ static void zoom_drawpixel(int x, int y) zoom_fb[y * zoom_w + x].b = RGB_UNPACK_BLUE(pix); zoom_fb[y * zoom_w + x].g = RGB_UNPACK_GREEN(pix); zoom_fb[y * zoom_w + x].r = RGB_UNPACK_RED(pix); - zoom_fb[y * zoom_w + x].x = 255; + zoom_fb[y * zoom_w + x].x = 255; #elif LCD_DEPTH == 24 /* I hate these */ unsigned int pix = rb->lcd_get_foreground(); @@ -215,7 +215,7 @@ static void zoom_hline(int l, int r, int y) RGB_UNPACK_GREEN(rb->lcd_get_foreground()), RGB_UNPACK_RED(rb->lcd_get_foreground()), 255 - }; + }; #elif LCD_DEPTH == 24 fb_data pixel = { RGB_UNPACK_BLUE(rb->lcd_get_foreground()), RGB_UNPACK_GREEN(rb->lcd_get_foreground()), -- cgit v1.2.3