diff options
Diffstat (limited to 'src/nvim/undo.h')
-rw-r--r-- | src/nvim/undo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/undo.h b/src/nvim/undo.h index 053e62fdde..ab8584fbb2 100644 --- a/src/nvim/undo.h +++ b/src/nvim/undo.h @@ -6,4 +6,4 @@ #ifdef INCLUDE_GENERATED_DECLARATIONS # include "undo.h.generated.h" #endif -#endif /* NVIM_UNDO_H */ +#endif // NVIM_UNDO_H |