mirror of
https://github.com/KDE/konsole.git
synced 2026-06-10 06:55:13 -04:00
Style fixes - separte commands - remove 2 ; - align { elses
This commit is contained in:
@@ -112,10 +112,9 @@ static bool expandEnv(QString& text)
|
||||
//
|
||||
if (pos > 0 && text.at(pos - 1) == QLatin1Char('\\')) {
|
||||
pos++;
|
||||
}
|
||||
// Variable found => expand
|
||||
//
|
||||
else {
|
||||
} else {
|
||||
// Find the end of the variable = next '/' or ' '
|
||||
//
|
||||
int pos2 = text.indexOf(QLatin1Char(' '), pos + 1);
|
||||
|
||||
Reference in New Issue
Block a user