aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-12-11 14:19:46 +0100
committerJoel Bodenmann <joel@unormal.org>2013-12-11 14:19:46 +0100
commit5ea2cb9f8de3562c663942b505eb79d0733ab3dd (patch)
tree19a6c8fca34f4c6532b63bb5ba410b950dc7fef5 /include
parentdaf881428e195790c51209f491880ffb2218d332 (diff)
downloaduGFX-5ea2cb9f8de3562c663942b505eb79d0733ab3dd.tar.gz
uGFX-5ea2cb9f8de3562c663942b505eb79d0733ab3dd.tar.bz2
uGFX-5ea2cb9f8de3562c663942b505eb79d0733ab3dd.zip
whitespaces
Diffstat (limited to 'include')
-rw-r--r--include/gos/raw32.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gos/raw32.h b/include/gos/raw32.h
index 165bc606..155c0b1c 100644
--- a/include/gos/raw32.h
+++ b/include/gos/raw32.h
@@ -74,7 +74,7 @@ typedef int threadpriority_t;
typedef struct {
semcount_t cnt;
semcount_t limit;
- } gfxSem;
+} gfxSem;
typedef uint32_t gfxMutex;
typedef void * gfxThreadHandle;
@@ -122,3 +122,4 @@ extern "C" {
#endif /* GFX_USE_OS_RAW32 */
#endif /* _GOS_RAW32_H */
+