whitespace

This commit is contained in:
Joel Bodenmann 2013-12-17 16:48:03 +01:00
parent d16dda2180
commit cd31df48b7

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