minor whitespace style changes

This commit is contained in:
Kurt Hindenburg
2012-05-13 08:51:27 -04:00
parent 5e0b936666
commit 9f5877bdfc
7 changed files with 9 additions and 10 deletions

View File

@@ -145,8 +145,7 @@ bool shouldUseNewProcess()
hasControllingTTY = true;
}
return hasControllingTTY ;
return hasControllingTTY;
}
void fillCommandLineOptions(KCmdLineOptions& options)