clang-format-fix

This commit is contained in:
selunders 2026-01-08 21:56:15 -08:00
parent 5577b175b8
commit af714feedd

View File

@ -12,7 +12,7 @@ constexpr int SKIP_PAGE_MS = 700;
int XtcReaderChapterSelectionActivity::getPageItems() const {
constexpr int startY = 60;
constexpr int lineHeight = 30;
const int screenHeight = renderer.getScreenHeight();
const int endY = screenHeight - lineHeight;