aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/fileio.c')
-rw-r--r--src/nvim/fileio.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/nvim/fileio.c b/src/nvim/fileio.c
index 33ae1dbad0..9ba55befdd 100644
--- a/src/nvim/fileio.c
+++ b/src/nvim/fileio.c
@@ -4886,13 +4886,11 @@ int buf_check_timestamp(buf_T *buf)
char *mesg2 = "";
bool helpmesg = false;
- // uncrustify:off
enum {
RELOAD_NONE,
RELOAD_NORMAL,
- RELOAD_DETECT
+ RELOAD_DETECT,
} reload = RELOAD_NONE;
- // uncrustify:on
bool can_reload = false;
uint64_t orig_size = buf->b_orig_size;