From 0c20db8d108c4123fcc3ecb343759e68567a4d4e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 26 Nov 2018 00:51:57 +0300 Subject: Remove extra ; from different code. --- src/gui/popups/statuspopup.cpp | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'src/gui/popups/statuspopup.cpp') diff --git a/src/gui/popups/statuspopup.cpp b/src/gui/popups/statuspopup.cpp index 863dd38ef..dd2b317ab 100644 --- a/src/gui/popups/statuspopup.cpp +++ b/src/gui/popups/statuspopup.cpp @@ -59,27 +59,27 @@ void StatusPopup::postInit() Popup::postInit(); const int fontHeight = getFont()->getHeight(); int y = 0; - addLabel(0); - addLabel(1); - addLabel(2); - addLabel(3); + addLabel(0) + addLabel(1) + addLabel(2) + addLabel(3) y += 4; - addLabel(4); - addLabel(5); - addLabel(9); - addLabel(10); + addLabel(4) + addLabel(5) + addLabel(9) + addLabel(10) y += 4; - addLabel(6); - addLabel(7); + addLabel(6) + addLabel(7) y += 4; - addLabel(8); + addLabel(8) y += 4; - addLabel(12); - addLabel(13); - addLabel(14); - addLabel(15); + addLabel(12) + addLabel(13) + addLabel(14) + addLabel(15) y += 4; - addLabel(11); + addLabel(11) } StatusPopup::~StatusPopup() -- cgit v1.2.3-70-g09d2