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/skin_engine/wps_internals.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'apps/gui/skin_engine/wps_internals.h') diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h index bf7f52bdbf..48898483de 100644 --- a/apps/gui/skin_engine/wps_internals.h +++ b/apps/gui/skin_engine/wps_internals.h @@ -21,7 +21,7 @@ /* This stuff is for the wps engine only.. anyone caught using this outside * of apps/gui/wps_engine will be shot on site! */ - + #ifndef _WPS_ENGINE_INTERNALS_ #define _WPS_ENGINE_INTERNALS_ @@ -114,9 +114,9 @@ struct progressbar { short width; short height; bool follow_lang_direction; - + OFFSETTYPE(struct gui_img *) image; - + bool invert_fill_direction; bool nofill; bool noborder; @@ -125,7 +125,7 @@ struct progressbar { bool horizontal; OFFSETTYPE(struct gui_img *) backdrop; int setting_id; /* for the setting bar type */ - + }; struct draw_rectangle { @@ -207,7 +207,7 @@ struct touchregion { PRESS, /* quick press only */ LONG_PRESS, /* Long press without repeat */ REPEAT, /* long press allowing repeats */ - } press_length; + } press_length; int action; /* action this button will return */ bool armed; /* A region is armed on press. Only armed regions are triggered on repeat or release. */ @@ -264,12 +264,12 @@ struct skin_albumart { unsigned char xalign; /* WPS_ALBUMART_ALIGN_LEFT, _CENTER, _RIGHT */ unsigned char yalign; /* WPS_ALBUMART_ALIGN_TOP, _CENTER, _BOTTOM */ unsigned char state; /* WPS_ALBUMART_NONE, _CHECK, _LOAD */ - + OFFSETTYPE(struct viewport *) vp; int draw_handle; }; #endif - + struct line { unsigned update_mode; -- cgit v1.2.3