Fix formatting

This commit is contained in:
Dave Allie
2025-12-15 23:17:23 +11:00
parent a10d903a9f
commit 3303541e15
8 changed files with 21 additions and 30 deletions
@@ -47,8 +47,7 @@ class ChapterHtmlSlimParser {
public:
explicit ChapterHtmlSlimParser(const char* filepath, GfxRenderer& renderer, const int fontId,
const float lineCompression, const int marginTop, const int marginRight,
const int marginBottom, const int marginLeft,
const bool extraParagraphSpacing,
const int marginBottom, const int marginLeft, const bool extraParagraphSpacing,
const std::function<void(std::unique_ptr<Page>)>& completePageFn)
: filepath(filepath),
renderer(renderer),