mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +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…
x
Reference in New Issue
Block a user