summaryrefslogtreecommitdiff
path: root/src/sticker
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-02-02 16:28:41 -0800
committerRosen Penev <rosenp@gmail.com>2020-02-16 16:44:37 -0800
commit5d787806feed6132c41383641796f9ab0fe08025 (patch)
treeaf6f4745e6128824357d4188c3c88838eb4b9451 /src/sticker
parentdea0cc165da9da5a04fa254e7f4a6a52699785c8 (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.cxx2
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)