aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-12-18 15:39:47 +0100
committerJoel Bodenmann <joel@unormal.org>2013-12-18 15:39:47 +0100
commite941339bba1f6bd746420e58bbcc866286da5aba (patch)
tree14ee80bdb674bc5999dc04f17c9921bdf37b358d /include
parent68cc29c207cb825874cb1492afa7dbbe2fe2d398 (diff)
downloaduGFX-e941339bba1f6bd746420e58bbcc866286da5aba.tar.gz
uGFX-e941339bba1f6bd746420e58bbcc866286da5aba.tar.bz2
uGFX-e941339bba1f6bd746420e58bbcc866286da5aba.zip
whitespaces
Diffstat (limited to 'include')
-rw-r--r--include/gdisp/gdisp.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/gdisp/gdisp.h b/include/gdisp/gdisp.h
index ef5115a9..8f379bfd 100644
--- a/include/gdisp/gdisp.h
+++ b/include/gdisp/gdisp.h
@@ -77,13 +77,13 @@ typedef enum powermode { powerOff, powerSleep, powerDeepSleep, powerOn } powermo
* below to access it in case the implementation ever changed.
*/
typedef struct GDISPControl {
- coord_t Width;
- coord_t Height;
- orientation_t Orientation;
- powermode_t Powermode;
- uint8_t Backlight;
- uint8_t Contrast;
- } GDISPControl;
+ coord_t Width;
+ coord_t Height;
+ orientation_t Orientation;
+ powermode_t Powermode;
+ uint8_t Backlight;
+ uint8_t Contrast;
+} GDISPControl;
/*
* Our black box display structure. We know only one thing about it...