mirror of
https://github.com/KDE/konsole.git
synced 2026-06-11 23:45:09 -04:00
Minor whitespace changes
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user