mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Format code using clang-format
This commit is contained in:
@ -2,9 +2,9 @@
|
||||
|
||||
VersionController::VersionController() {}
|
||||
|
||||
void VersionController::service(HttpRequest& request, HttpResponse& response)
|
||||
void VersionController::service(HttpRequest &request, HttpResponse &response)
|
||||
{
|
||||
Q_UNUSED(request);
|
||||
|
||||
response.write(SERVER_VERSION_NUMBER,true);
|
||||
response.write(SERVER_VERSION_NUMBER, true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user