aboutsummaryrefslogtreecommitdiffstats
path: root/src/ginput
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-11-25 21:38:17 +0100
committerJoel Bodenmann <joel@unormal.org>2013-11-25 21:38:17 +0100
commiteec299f9f1e740145b690c6ed4f1a322c5f866ec (patch)
tree553e6d78aa995a694fcf659037bc711af0f3fd1e /src/ginput
parentcf193b3583fdc0e79970b323e0c53ae270718f21 (diff)
downloaduGFX-eec299f9f1e740145b690c6ed4f1a322c5f866ec.tar.gz
uGFX-eec299f9f1e740145b690c6ed4f1a322c5f866ec.tar.bz2
uGFX-eec299f9f1e740145b690c6ed4f1a322c5f866ec.zip
Whitespaces
Diffstat (limited to 'src/ginput')
-rw-r--r--src/ginput/mouse.c4
1 files 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) {