From e941339bba1f6bd746420e58bbcc866286da5aba Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 18 Dec 2013 15:39:47 +0100 Subject: whitespaces --- include/gdisp/gdisp.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'include') 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... -- cgit v1.2.3