whitespace

ugfx_release_2.6
Joel Bodenmann 2013-12-17 16:48:03 +01:00
parent d16dda2180
commit cd31df48b7
1 changed files with 2 additions and 2 deletions

View File

@ -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" {