From e23091a109ab2b3e9e516f901a1be28b246ed504 Mon Sep 17 00:00:00 2001 From: Arthur Tazhitdinov Date: Tue, 20 Jan 2026 09:28:37 +0500 Subject: [PATCH] clang format fix --- src/ScreenComponents.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ScreenComponents.cpp b/src/ScreenComponents.cpp index d2ba8070..80a0e1e8 100644 --- a/src/ScreenComponents.cpp +++ b/src/ScreenComponents.cpp @@ -64,7 +64,7 @@ void ScreenComponents::fillPopupProgress(const GfxRenderer& renderer, const Popu const int barWidth = POPUP_DEFAULT_MIN_WIDTH; const int barHeight = POPUP_DEFAULT_BAR_HEIGHT; const int barX = layout.x + (layout.width - barWidth) / 2; - const int barY = layout.y + layout.height - 16; // 16 pixels above bottom of popup + const int barY = layout.y + layout.height - 16; // 16 pixels above bottom of popup int fillWidth = barWidth * progress / 100; if (fillWidth < 0) {