mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Fix code format errors due to changes in default coding style. (#150)
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
|
||||
#include <typeinfo>
|
||||
|
||||
ComicController::ComicController() {}
|
||||
ComicController::ComicController() { }
|
||||
|
||||
void ComicController::service(HttpRequest &request, HttpResponse &response)
|
||||
{
|
||||
|
Reference in New Issue
Block a user