aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/profile.h')
-rw-r--r--src/nvim/profile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/profile.h b/src/nvim/profile.h
index 7b378577ce..17c35c5eb7 100644
--- a/src/nvim/profile.h
+++ b/src/nvim/profile.h
@@ -7,8 +7,8 @@
typedef uint64_t proftime_T;
#define TIME_MSG(s) do { \
- if (time_fd != NULL) time_msg(s, NULL); \
- } while (0)
+ if (time_fd != NULL) time_msg(s, NULL); \
+} while (0)
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "profile.h.generated.h"