summaryrefslogtreecommitdiffstats
path: root/src/os_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index 43ac4aec12..ba74a2de13 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -143,7 +143,7 @@ static int RealWaitForChar __ARGS((int, long, int *));
#ifdef FEAT_XCLIPBOARD
static int do_xterm_trace __ARGS((void));
-#define XT_TRACE_DELAY 50 /* delay for xterm tracing */
+# define XT_TRACE_DELAY 50 /* delay for xterm tracing */
#endif
static void handle_resize __ARGS((void));