clang-format-fix

This commit is contained in:
Jérôme Launay 2025-12-18 00:31:40 +01:00
parent a29ff93f9c
commit 2614d1da28
2 changed files with 6 additions and 7 deletions

View File

@ -321,8 +321,7 @@ void EpubReaderActivity::renderScreen() {
return renderScreen(); return renderScreen();
} }
Serial.printf("[%lu] [ERS] Page loaded: %d elements, %d footnotes\n", Serial.printf("[%lu] [ERS] Page loaded: %d elements, %d footnotes\n", millis(), p->elementCount, p->footnoteCount);
millis(), p->elementCount, p->footnoteCount);
// Copy footnotes from page to currentPageFootnotes // Copy footnotes from page to currentPageFootnotes
currentPageFootnotes.clear(); currentPageFootnotes.clear();