mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Format code using clang-format
This commit is contained in:
@ -2,7 +2,8 @@
|
||||
|
||||
#include "comic_db.h"
|
||||
|
||||
ComicDB currentComicFromModel(ComicModel *model, bool &found) {
|
||||
ComicDB currentComicFromModel(ComicModel *model, bool &found)
|
||||
{
|
||||
auto comics = model->getAllComics();
|
||||
|
||||
foreach (auto comic, comics) {
|
||||
|
Reference in New Issue
Block a user