diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-12-07 22:01:57 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-12-07 22:01:57 +0100 |
commit | 395a4bda311ee23c6f586446a92942d453c11782 (patch) | |
tree | 1c16b5536cd99f6f7cbe7063967afa3c983b6d53 /include | |
parent | e2570745113b99295f66e2178e8984912545ac89 (diff) | |
download | uGFX-395a4bda311ee23c6f586446a92942d453c11782.tar.gz uGFX-395a4bda311ee23c6f586446a92942d453c11782.tar.bz2 uGFX-395a4bda311ee23c6f586446a92942d453c11782.zip |
whitespaces
Diffstat (limited to 'include')
-rw-r--r-- | include/gos/chibios.h | 1 | ||||
-rw-r--r-- | include/gos/win32.h | 4 |
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 */ + |