diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-17 23:52:29 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-17 23:52:29 +0200 |
commit | 55d5c0348c3afbfb9233487362e46dc633cd94fb (patch) | |
tree | 0cfa34c3c753e2357e4c481be8f86349cf43e393 /src/gui.h | |
parent | bd5e15fd5c7e42505d6b0e20f4198d24fc7e219d (diff) | |
download | vim-55d5c0348c3afbfb9233487362e46dc633cd94fb.zip |
Whitespace cleanup.
Diffstat (limited to 'src/gui.h')
-rw-r--r-- | src/gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -412,7 +412,7 @@ typedef struct Gui #if defined(FEAT_GUI_TABLINE) \ && (defined(FEAT_GUI_W32) || defined(FEAT_GUI_MOTIF) \ - || defined(FEAT_GUI_MAC)) + || defined(FEAT_GUI_MAC)) int tabline_height; #endif |