From 15c97dd8ddeba8d0f0e80df39320e3789f3fb4b2 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 1 Jul 2022 18:07:27 +0200 Subject: whitespace only --- options/tie.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'options/tie.cpp') diff --git a/options/tie.cpp b/options/tie.cpp index 0ac1c5bf..db39251b 100644 --- a/options/tie.cpp +++ b/options/tie.cpp @@ -38,13 +38,10 @@ void tie_setting(value& v, QComboBox* cb) int idx = -1; for (int k = 0; k < sz; k++) - { - if (cb->itemData(k) == var) - { + if (cb->itemData(k) == var) { idx = k; break; } - } cb->setCurrentIndex(idx); return idx; }; -- cgit v1.2.3