mirror of
https://github.com/YACReader/yacreader
synced 2026-02-12 10:10:31 -05:00
Fix code format errors due to changes in default coding style. (#150)
This commit is contained in:
@ -50,7 +50,7 @@
|
||||
QMutex RequestMapper::mutex;
|
||||
|
||||
RequestMapper::RequestMapper(QObject *parent)
|
||||
: HttpRequestHandler(parent) {}
|
||||
: HttpRequestHandler(parent) { }
|
||||
|
||||
void RequestMapper::loadSessionV1(HttpRequest &request, HttpResponse &response)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user