Minor whitespace changes

This commit is contained in:
Kurt Hindenburg
2014-09-15 09:37:42 -04:00
parent 47208fafba
commit eda0e431b2
5 changed files with 3 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ MainWindow::MainWindow()
QMapIterator<QString, QString> i(configEntries);
while (i.hasNext()) {
i.next();
if (i.key().startsWith(QLatin1String("Width"))
if (i.key().startsWith(QLatin1String("Width"))
|| i.key().startsWith(QLatin1String("Height"))) {
group.deleteEntry(i.key());
}