[clang-tidy] Add ending namespace comment

Found with llvm-namespace-comment
This commit is contained in:
Rosen Penev 2019-12-21 15:52:38 -08:00
parent b1349f44f6
commit 5501953c07
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B

View File

@ -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.