Fix formatting

This commit is contained in:
Dave Allie
2025-12-15 23:17:23 +11:00
parent a640fbecf8
commit 108cf57202
8 changed files with 21 additions and 30 deletions

View File

@@ -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),