diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-02-02 16:28:41 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-02-16 16:44:37 -0800 |
commit | 5d787806feed6132c41383641796f9ab0fe08025 (patch) | |
tree | af6f4745e6128824357d4188c3c88838eb4b9451 /src/sticker | |
parent | dea0cc165da9da5a04fa254e7f4a6a52699785c8 (diff) |
[clang-tidy] add ending namespace comments
Found with llvm-namespace-comment
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'src/sticker')
-rw-r--r-- | src/sticker/SongSticker.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sticker/SongSticker.cxx b/src/sticker/SongSticker.cxx index 545728290..43a5dadbe 100644 --- a/src/sticker/SongSticker.cxx +++ b/src/sticker/SongSticker.cxx @@ -82,7 +82,7 @@ struct sticker_song_find_data { void *user_data); void *user_data; }; -} +} // namespace static void sticker_song_find_cb(const char *uri, const char *value, void *user_data) |