tag/handler: use CamelCase
This commit is contained in:
@@ -148,7 +148,7 @@ print_pair(const char *key, const char *value, void *ctx)
|
||||
r.Format("%s: %s\n", key, value);
|
||||
}
|
||||
|
||||
static constexpr tag_handler print_comment_handler = {
|
||||
static constexpr TagHandler print_comment_handler = {
|
||||
nullptr,
|
||||
nullptr,
|
||||
print_pair,
|
||||
|
@@ -168,7 +168,7 @@ handle_listfiles(Client &client, Request args, Response &r)
|
||||
gcc_unreachable();
|
||||
}
|
||||
|
||||
static constexpr tag_handler print_tag_handler = {
|
||||
static constexpr TagHandler print_tag_handler = {
|
||||
nullptr,
|
||||
print_tag,
|
||||
nullptr,
|
||||
|
Reference in New Issue
Block a user