aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-12-17 16:48:03 +0100
committerJoel Bodenmann <joel@unormal.org>2013-12-17 16:48:03 +0100
commitcd31df48b747a650a880631ec9f55ec1dd8e3167 (patch)
tree76234a3836239df55a24fbe26e7aa19df5891a56 /include/gwin
parentd16dda2180b070833ec4707429510403b1c502a8 (diff)
downloaduGFX-cd31df48b747a650a880631ec9f55ec1dd8e3167.tar.gz
uGFX-cd31df48b747a650a880631ec9f55ec1dd8e3167.tar.bz2
uGFX-cd31df48b747a650a880631ec9f55ec1dd8e3167.zip
whitespace
Diffstat (limited to 'include/gwin')
-rw-r--r--include/gwin/console.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gwin/console.h b/include/gwin/console.h
index ed65581e..a2dde96b 100644
--- a/include/gwin/console.h
+++ b/include/gwin/console.h
@@ -35,10 +35,10 @@ typedef struct GConsoleObject {
struct GConsoleWindowStream_t {
const struct GConsoleWindowVMT_t *vmt;
_base_asynchronous_channel_data
- } stream;
+ } stream;
#endif
- } GConsoleObject;
+} GConsoleObject;
#ifdef __cplusplus
extern "C" {