[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

@@ -36,7 +36,7 @@ struct sticker_song_find_data {
Response &r;
const char *name;
};
}
} // namespace
static void
sticker_song_find_print_cb(const LightSong &song, const char *value,