mirror of
https://github.com/KDE/konsole.git
synced 2026-06-10 06:55:13 -04:00
minor style fixes - remove empty lines start/end code blocks
This commit is contained in:
@@ -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('\\')) {
|
||||
|
||||
Reference in New Issue
Block a user