diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2021-10-30 02:23:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-29 17:23:20 -0700 |
commit | 4472c56d54f447040f6e8610b261b7efa0d04eb6 (patch) | |
tree | fcc56104bc56529999bd18e90ecef1c80711ecf0 /src/nvim/path.h | |
parent | 16d06fa3eb74ed96b659736ea504c31ed81c325e (diff) | |
download | rneovim-4472c56d54f447040f6e8610b261b7efa0d04eb6.tar.gz rneovim-4472c56d54f447040f6e8610b261b7efa0d04eb6.tar.bz2 rneovim-4472c56d54f447040f6e8610b261b7efa0d04eb6.zip |
refactor: uncrustify #16090
Diffstat (limited to 'src/nvim/path.h')
-rw-r--r-- | src/nvim/path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/path.h b/src/nvim/path.h index 5d81e68caa..1006ef9ffb 100644 --- a/src/nvim/path.h +++ b/src/nvim/path.h @@ -33,7 +33,7 @@ typedef enum file_comparison { kDifferentFiles = 2, ///< Both exist and are different files. kBothFilesMissing = 4, ///< Both don't exist. kOneFileMissing = 6, ///< One of them doesn't exist. - kEqualFileNames = 7 ///< Both don't exist and file names are same. + kEqualFileNames = 7, ///< Both don't exist and file names are same. } FileComparison; #ifdef INCLUDE_GENERATED_DECLARATIONS |