aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel.bodenmann@hevs.ch>2012-10-29 23:33:41 +0100
committerJoel Bodenmann <joel.bodenmann@hevs.ch>2012-10-29 23:33:41 +0100
commita55da05d2e0de3aad7cf7b1c12700a141e9e88b2 (patch)
treefaa56f53b69bce695be042089696589f03c8d44e /include
parent3e846e3d5ac66e4fa3ae36414f02b33a4aa163e7 (diff)
downloaduGFX-a55da05d2e0de3aad7cf7b1c12700a141e9e88b2.tar.gz
uGFX-a55da05d2e0de3aad7cf7b1c12700a141e9e88b2.tar.bz2
uGFX-a55da05d2e0de3aad7cf7b1c12700a141e9e88b2.zip
macro fix and whitespaces
Diffstat (limited to 'include')
-rw-r--r--include/gwin.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/gwin.h b/include/gwin.h
index acb02b35..7dfa4c68 100644
--- a/include/gwin.h
+++ b/include/gwin.h
@@ -51,9 +51,10 @@
/* Low Level Driver details and error checks. */
/*===========================================================================*/
-#if !defined(GFX_USE_GDISP)
+#if !GFX_USE_GDISP
#error "GWIN: GFX_USE_GDISP must also be defined"
#endif
+
#include "gdisp.h"
#if !GDISP_NEED_CLIP
@@ -174,3 +175,4 @@ void gwinPutCharArray(GWindow *gw, const char *str, size_t n);
#endif /* _GWIN_H */
/** @} */
+