mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-16 19:22:56 +08:00
[clang-tidy] Add ending namespace comment
Found with llvm-namespace-comment
This commit is contained in:
parent
b1349f44f6
commit
5501953c07
|
@ -136,7 +136,7 @@ enum {
|
|||
curly_braces = 1 << 2,
|
||||
char_escape = 1 << 3,
|
||||
};
|
||||
}
|
||||
} // namespace tok_modes
|
||||
using tok_mode_t = uint32_t;
|
||||
|
||||
/// Read the next token as a string.
|
||||
|
|
Loading…
Reference in New Issue
Block a user