diff options
Diffstat (limited to 'src/nvim/pos.h')
-rw-r--r-- | src/nvim/pos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/pos.h b/src/nvim/pos.h index dd647e52e4..11f62ad480 100644 --- a/src/nvim/pos.h +++ b/src/nvim/pos.h @@ -20,4 +20,4 @@ typedef struct { colnr_T col; /* column number */ } lpos_T; -#endif /* NVIM_POS_H */ +#endif // NVIM_POS_H |