diff options
Diffstat (limited to 'src/nvim/edit.h')
-rw-r--r-- | src/nvim/edit.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/edit.h b/src/nvim/edit.h index f80e602925..52b8ae923b 100644 --- a/src/nvim/edit.h +++ b/src/nvim/edit.h @@ -14,8 +14,7 @@ typedef int (*IndentGetter)(void); - #ifdef INCLUDE_GENERATED_DECLARATIONS # include "edit.h.generated.h" #endif -#endif /* NVIM_EDIT_H */ +#endif // NVIM_EDIT_H |