mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 18:06:30 +00:00
refactor: fix clint warnings (#17682)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user