[clang-tidy] add ending namespace comments

Found with llvm-namespace-comment

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-02-02 16:28:41 -08:00
parent dea0cc165d
commit 5d787806fe
7 changed files with 7 additions and 7 deletions

View File

@@ -387,7 +387,7 @@ OpusEncoder::SendTag(const Tag &tag)
GenerateHeaders(&tag);
}
}
} // namespace
const EncoderPlugin opus_encoder_plugin = {
"opus",