From cd31df48b747a650a880631ec9f55ec1dd8e3167 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Tue, 17 Dec 2013 16:48:03 +0100 Subject: [PATCH] whitespace --- include/gwin/console.h | 4 ++-- 1 file 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" {