From 7074deb9ad4afd74d26bc58de3860cab7eee6a6f Mon Sep 17 00:00:00 2001 From: Arthur Tazhitdinov Date: Tue, 16 Dec 2025 18:18:05 +0300 Subject: [PATCH] clang format fix --- lib/Epub/Epub/parsers/ContentOpfParser.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Epub/Epub/parsers/ContentOpfParser.cpp b/lib/Epub/Epub/parsers/ContentOpfParser.cpp index de52f1c..02e9d31 100644 --- a/lib/Epub/Epub/parsers/ContentOpfParser.cpp +++ b/lib/Epub/Epub/parsers/ContentOpfParser.cpp @@ -129,7 +129,8 @@ void XMLCALL ContentOpfParser::startElement(void* userData, const XML_Char* name if (self->tocNcxPath.empty()) { self->tocNcxPath = href; } else { - Serial.printf("[%lu] [COF] Warning: Multiple NCX files found in manifest. Ignoring duplicate: %s\n", millis(), href.c_str()); + Serial.printf("[%lu] [COF] Warning: Multiple NCX files found in manifest. Ignoring duplicate: %s\n", millis(), + href.c_str()); } } return;