mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Library: fix misleading indentation
This commit is contained in:
parent
2274e49ed0
commit
66941510f0
@ -499,8 +499,8 @@ void DBHelper::update(qulonglong libraryId, ComicInfo & comicInfo)
|
||||
|
||||
void DBHelper::update(ComicInfo * comicInfo, QSqlDatabase & db)
|
||||
{
|
||||
if(comicInfo == nullptr)
|
||||
return;
|
||||
if(comicInfo == nullptr)
|
||||
return;
|
||||
|
||||
QSqlQuery updateComicInfo(db);
|
||||
updateComicInfo.prepare("UPDATE comic_info SET "
|
||||
|
Loading…
x
Reference in New Issue
Block a user