summaryrefslogtreecommitdiff
path: root/src/command
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/command
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/command')
-rw-r--r--src/command/StickerCommands.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/StickerCommands.cxx b/src/command/StickerCommands.cxx
index 0f2b4a71e..54d35880a 100644
--- a/src/command/StickerCommands.cxx
+++ b/src/command/StickerCommands.cxx
@@ -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,