[clang-tidy] add ending namespace comments
Found with llvm-namespace-comment Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
dea0cc165d
commit
5d787806fe
@ -78,7 +78,7 @@ constexpr auto USER_CONFIG_FILE_LOCATION1 = Path::FromFS(PATH_LITERAL(".mpdconf"
|
|||||||
constexpr auto USER_CONFIG_FILE_LOCATION2 = Path::FromFS(PATH_LITERAL(".mpd/mpd.conf"));
|
constexpr auto USER_CONFIG_FILE_LOCATION2 = Path::FromFS(PATH_LITERAL(".mpd/mpd.conf"));
|
||||||
constexpr auto USER_CONFIG_FILE_LOCATION_XDG = Path::FromFS(PATH_LITERAL("mpd/mpd.conf"));
|
constexpr auto USER_CONFIG_FILE_LOCATION_XDG = Path::FromFS(PATH_LITERAL("mpd/mpd.conf"));
|
||||||
#endif
|
#endif
|
||||||
}
|
} // namespace
|
||||||
|
|
||||||
enum Option {
|
enum Option {
|
||||||
OPTION_KILL,
|
OPTION_KILL,
|
||||||
|
@ -36,7 +36,7 @@ struct sticker_song_find_data {
|
|||||||
Response &r;
|
Response &r;
|
||||||
const char *name;
|
const char *name;
|
||||||
};
|
};
|
||||||
}
|
} // namespace
|
||||||
|
|
||||||
static void
|
static void
|
||||||
sticker_song_find_print_cb(const LightSong &song, const char *value,
|
sticker_song_find_print_cb(const LightSong &song, const char *value,
|
||||||
|
@ -387,7 +387,7 @@ OpusEncoder::SendTag(const Tag &tag)
|
|||||||
GenerateHeaders(&tag);
|
GenerateHeaders(&tag);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
} // namespace
|
||||||
|
|
||||||
const EncoderPlugin opus_encoder_plugin = {
|
const EncoderPlugin opus_encoder_plugin = {
|
||||||
"opus",
|
"opus",
|
||||||
|
@ -44,7 +44,7 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
} // namespace
|
||||||
|
|
||||||
QobuzClient::QobuzClient(EventLoop &event_loop,
|
QobuzClient::QobuzClient(EventLoop &event_loop,
|
||||||
const char *_base_url,
|
const char *_base_url,
|
||||||
|
@ -56,4 +56,4 @@ Glue::OnDBusClosed() noexcept
|
|||||||
// TODO: reconnect
|
// TODO: reconnect
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
} // namespace ODBus
|
||||||
|
@ -38,4 +38,4 @@ getFirstElementValue(IXML_Document *doc, const char *name) noexcept
|
|||||||
return ixmlNode_getNodeValue(dnode);
|
return ixmlNode_getNodeValue(dnode);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
} // namespace ixmlwrap
|
||||||
|
@ -82,7 +82,7 @@ struct sticker_song_find_data {
|
|||||||
void *user_data);
|
void *user_data);
|
||||||
void *user_data;
|
void *user_data;
|
||||||
};
|
};
|
||||||
}
|
} // namespace
|
||||||
|
|
||||||
static void
|
static void
|
||||||
sticker_song_find_cb(const char *uri, const char *value, void *user_data)
|
sticker_song_find_cb(const char *uri, const char *value, void *user_data)
|
||||||
|
Loading…
Reference in New Issue
Block a user