mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
refactor: uncrustify #16090
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user