diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-12-18 15:39:47 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-12-18 15:39:47 +0100 |
commit | e941339bba1f6bd746420e58bbcc866286da5aba (patch) | |
tree | 14ee80bdb674bc5999dc04f17c9921bdf37b358d /include | |
parent | 68cc29c207cb825874cb1492afa7dbbe2fe2d398 (diff) | |
download | uGFX-e941339bba1f6bd746420e58bbcc866286da5aba.tar.gz uGFX-e941339bba1f6bd746420e58bbcc866286da5aba.tar.bz2 uGFX-e941339bba1f6bd746420e58bbcc866286da5aba.zip |
whitespaces
Diffstat (limited to 'include')
-rw-r--r-- | include/gdisp/gdisp.h | 14 |
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... |