From e6239a7157af5f5168bee5ef7974eef4705c083e Mon Sep 17 00:00:00 2001 From: Dave Allie Date: Sun, 21 Dec 2025 14:35:27 +1100 Subject: [PATCH] Formatting --- lib/Epub/Epub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Epub/Epub.h b/lib/Epub/Epub.h index 77c564d..3115303 100644 --- a/lib/Epub/Epub.h +++ b/lib/Epub/Epub.h @@ -33,7 +33,7 @@ class Epub { bool parseContentOpf(const std::string& contentOpfFilePath); bool parseTocNcxFile(); void initializeSpineItemSizes(); - static bool getItemSize(const ZipFile &zip, const std::string &itemHref, size_t *size); + static bool getItemSize(const ZipFile& zip, const std::string& itemHref, size_t* size); public: explicit Epub(std::string filepath, const std::string& cacheDir) : filepath(std::move(filepath)) {