aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/undo_defs.h
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2022-03-13 15:11:17 +0100
committerGitHub <noreply@github.com>2022-03-13 22:11:17 +0800
commit4ba12b3dda34472c193c9fa8ffd7d3bd5b6c04d6 (patch)
treec281f75c93feb5d0789ee602484c22e3b6a83116 /src/nvim/undo_defs.h
parent4ede2ea4b2e9cd61fb7e634fa35e6a500816be19 (diff)
downloadrneovim-4ba12b3dda34472c193c9fa8ffd7d3bd5b6c04d6.tar.gz
rneovim-4ba12b3dda34472c193c9fa8ffd7d3bd5b6c04d6.tar.bz2
rneovim-4ba12b3dda34472c193c9fa8ffd7d3bd5b6c04d6.zip
refactor: fix clint warnings (#17682)
Diffstat (limited to 'src/nvim/undo_defs.h')
-rw-r--r--src/nvim/undo_defs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/undo_defs.h b/src/nvim/undo_defs.h
index 3267b2f71e..d8470b07b1 100644
--- a/src/nvim/undo_defs.h
+++ b/src/nvim/undo_defs.h
@@ -33,8 +33,8 @@ struct u_entry {
};
struct u_header {
- /* The following have a pointer and a number. The number is used when
- * reading the undo file in u_read_undo() */
+ // The following have a pointer and a number. The number is used when reading
+ // the undo file in u_read_undo()
union {
u_header_T *ptr; // pointer to next undo header in list
long seq;
@@ -80,4 +80,4 @@ typedef struct {
FILE *bi_fp;
} bufinfo_T;
-#endif // NVIM_UNDO_DEFS_H
+#endif // NVIM_UNDO_DEFS_H