From eec299f9f1e740145b690c6ed4f1a322c5f866ec Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 25 Nov 2013 21:38:17 +0100 Subject: [PATCH] Whitespaces --- src/ginput/mouse.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ginput/mouse.c b/src/ginput/mouse.c index 8166608a..7ca50272 100644 --- a/src/ginput/mouse.c +++ b/src/ginput/mouse.c @@ -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) {