diff options
Diffstat (limited to 'src/nvim/normal.h')
-rw-r--r-- | src/nvim/normal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/normal.h b/src/nvim/normal.h index 44a51b35c3..e51ce97db3 100644 --- a/src/nvim/normal.h +++ b/src/nvim/normal.h @@ -60,4 +60,4 @@ typedef struct cmdarg_S { #ifdef INCLUDE_GENERATED_DECLARATIONS # include "normal.h.generated.h" #endif -#endif /* NVIM_NORMAL_H */ +#endif // NVIM_NORMAL_H |