whitespace and style fixes

Use 'git diff -w --ignore-all-space' to see non-whitespace changes
This commit is contained in:
Kurt Hindenburg
2012-04-05 11:08:53 -04:00
parent 60e4e6a7dc
commit 5b083640ce
42 changed files with 289 additions and 277 deletions

View File

@@ -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 ' '
//