summaryrefslogtreecommitdiffstats
path: root/src/gui_mac.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-05-15 22:25:40 +0200
committerBram Moolenaar <Bram@vim.org>2018-05-15 22:25:40 +0200
commit259f26ac2d41ecfb28b82c651b2bfc1edc7c3e29 (patch)
treef9d9685e670a64245a53026900bd26bee9ba643b /src/gui_mac.c
parent78ddc06bdd5c59cffdbb61eed7dcb5dcc4a17f19 (diff)
patch 8.0.1845: various comment updates needed, missing white spacev8.0.1845
Problem: Various comment updates needed, missing white space. Solution: Update comments, add white space.
Diffstat (limited to 'src/gui_mac.c')
-rw-r--r--src/gui_mac.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui_mac.c b/src/gui_mac.c
index 1677d6eab0..d2279ece5a 100644
--- a/src/gui_mac.c
+++ b/src/gui_mac.c
@@ -61,13 +61,13 @@ SInt32 gMacSystemVersion;
# define USE_CARBONKEYHANDLER
static int im_is_active = FALSE;
-#if 0
+# if 0
/* TODO: Implement me! */
static int im_start_row = 0;
static int im_start_col = 0;
-#endif
+# endif
-#define NR_ELEMS(x) (sizeof(x) / sizeof(x[0]))
+# define NR_ELEMS(x) (sizeof(x) / sizeof(x[0]))
static TSMDocumentID gTSMDocument;
@@ -6243,11 +6243,11 @@ char_u *FullPathFromFSSpec_save(FSSpec file)
void
im_set_position(int row, int col)
{
-#if 0
+# if 0
/* TODO: Implement me! */
im_start_row = row;
im_start_col = col;
-#endif
+# endif
}
static ScriptLanguageRecord gTSLWindow;