mirror of
https://github.com/KDE/konsole.git
synced 2026-06-10 06:55:13 -04:00
whitespace and style fixes
Use 'git diff -w --ignore-all-space' to see non-whitespace changes
This commit is contained in:
@@ -112,8 +112,8 @@ static bool expandEnv(QString& text)
|
||||
//
|
||||
if (pos > 0 && text.at(pos - 1) == QLatin1Char('\\')) {
|
||||
pos++;
|
||||
// Variable found => expand
|
||||
//
|
||||
// Variable found => expand
|
||||
//
|
||||
} else {
|
||||
// Find the end of the variable = next '/' or ' '
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user