Whitespaces

ugfx_release_2.6
Joel Bodenmann 2013-11-25 21:38:17 +01:00
parent cf193b3583
commit eec299f9f1
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
typedef struct MousePoint_t {
coord_t x, y;
} MousePoint;
} MousePoint;
static GTIMER_DECL(MouseTimer);
@ -72,7 +72,7 @@ static struct MouseConfig_t {
Calibration caldata;
#endif
GDisplay * display;
} MouseConfig;
} MouseConfig;
#if GINPUT_MOUSE_NEED_CALIBRATION
static inline void _tsDrawCross(const MousePoint *pp) {