mirror of
https://github.com/YACReader/yacreader
synced 2025-11-16 06:52:46 -05:00
Fix code format errors due to changes in default coding style. (#150)
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
|
||||
#include "db_helper.h"
|
||||
|
||||
PageController::PageController() {}
|
||||
PageController::PageController() { }
|
||||
|
||||
void PageController::service(HttpRequest &request, HttpResponse &response)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user