clang-format

This commit is contained in:
Luis Ángel San Martín
2021-10-18 21:56:52 +02:00
parent 78e0c522d2
commit 5aa02a19bb
190 changed files with 2286 additions and 2286 deletions

View File

@ -53,7 +53,7 @@ void PageControllerV2::service(HttpRequest &request, HttpResponse &response)
}
if (comicFile->hasBeenAnErrorOpening()) {
//delete comicFile;
// delete comicFile;
if (remote)
ySession->dismissCurrentRemoteComic();
else
@ -87,7 +87,7 @@ void PageControllerV2::service(HttpRequest &request, HttpResponse &response)
}
} else {
if (comicId != currentComicId) {
//delete comicFile;
// delete comicFile;
if (remote)
ySession->dismissCurrentRemoteComic();
else