minor style fixes - remove empty lines start/end code blocks

This commit is contained in:
Kurt Hindenburg
2012-05-13 10:08:05 -04:00
parent f148185e3c
commit bee9aa8f78
29 changed files with 0 additions and 61 deletions

View File

@@ -107,7 +107,6 @@ static bool expandEnv(QString& text)
bool expanded = false;
while ((pos = text.indexOf(QLatin1Char('$'), pos)) != -1) {
// Skip escaped '$'
//
if (pos > 0 && text.at(pos - 1) == QLatin1Char('\\')) {