From 51657e10769faa2617d546a06c42e4c62a19bb50 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 30 Jan 2022 17:41:24 +0100 Subject: Removed trailing whitespace all over the place --- Stars45/Layout.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Stars45/Layout.cpp') diff --git a/Stars45/Layout.cpp b/Stars45/Layout.cpp index 05c1eb2..ad4320f 100644 --- a/Stars45/Layout.cpp +++ b/Stars45/Layout.cpp @@ -110,7 +110,7 @@ Layout::DoLayout(ActiveWindow* panel) } } - return true; + return true; } // +--------------------------------------------------------------------+ @@ -232,7 +232,7 @@ const std::vector& weight_y) { Clear(); - if (min_x.size() == weight_x.size() && + if (min_x.size() == weight_x.size() && min_y.size() == weight_y.size()) { for (auto iter = min_x.begin(); iter != min_x.end(); ++iter) -- cgit v1.1