aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-12-07 22:01:57 +0100
committerJoel Bodenmann <joel@unormal.org>2013-12-07 22:01:57 +0100
commit395a4bda311ee23c6f586446a92942d453c11782 (patch)
tree1c16b5536cd99f6f7cbe7063967afa3c983b6d53 /include
parente2570745113b99295f66e2178e8984912545ac89 (diff)
downloaduGFX-395a4bda311ee23c6f586446a92942d453c11782.tar.gz
uGFX-395a4bda311ee23c6f586446a92942d453c11782.tar.bz2
uGFX-395a4bda311ee23c6f586446a92942d453c11782.zip
whitespaces
Diffstat (limited to 'include')
-rw-r--r--include/gos/chibios.h1
-rw-r--r--include/gos/win32.h4
2 files changed, 2 insertions, 3 deletions
diff --git a/include/gos/chibios.h b/include/gos/chibios.h
index e9d3e8d2..5cc92010 100644
--- a/include/gos/chibios.h
+++ b/include/gos/chibios.h
@@ -97,3 +97,4 @@ gfxThreadHandle gfxThreadCreate(void *stackarea, size_t stacksz, threadpriority_
#endif /* GFX_USE_OS_CHIBIOS */
#endif /* _GOS_CHIBIOS_H */
+
diff --git a/include/gos/win32.h b/include/gos/win32.h
index 121bdb5a..de29ea3b 100644
--- a/include/gos/win32.h
+++ b/include/gos/win32.h
@@ -101,8 +101,6 @@ threadreturn_t gfxThreadWait(gfxThreadHandle thread);
}
#endif
-
-
#endif /* GFX_USE_OS_WIN32 */
-
#endif /* _GOS_WIN32_H */
+