summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2023-02-05 18:00:42 +0000
committerBram Moolenaar <Bram@vim.org>2023-02-05 18:00:42 +0000
commita9a6b0323ea3dc5e4d11d28e7c9ae3534e02ee54 (patch)
treef22f9b6ea343ff0151b39b11da757ecd2c91fafc /src/feature.h
parent40b4872966d3886e7ff86184ae4ffb58704bf075 (diff)
patch 9.0.1285: various small problemsv9.0.1285
Problem: Various small problems. Solution: Adjust white space and comments.
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/feature.h b/src/feature.h
index 3255f8abd3..ad61cb9229 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -273,8 +273,8 @@
#if defined(FEAT_NORMAL) \
&& defined(FEAT_EVAL) \
&& ((defined(HAVE_GETTIMEOFDAY) && defined(HAVE_SYS_TIME_H) \
- && (!defined(MACOS_X) || defined(HAVE_DISPATCH_DISPATCH_H))) \
- || defined(MSWIN))
+ && (!defined(MACOS_X) || defined(HAVE_DISPATCH_DISPATCH_H))) \
+ || defined(MSWIN))
# define FEAT_RELTIME
#endif