Remove trailing white spaces

This commit is contained in:
Jekyll Wu
2011-11-05 17:26:45 +08:00
parent cf92cece2b
commit 8f1bbd4353
42 changed files with 810 additions and 805 deletions

View File

@@ -51,7 +51,7 @@ bool shouldUseNewProcess();
void restoreSession(Application& app);
// ***
// Entry point into the Konsole terminal application.
// Entry point into the Konsole terminal application.
// ***
extern "C" int KDE_EXPORT kdemain(int argc,char** argv)
{
@@ -90,7 +90,7 @@ extern "C" int KDE_EXPORT kdemain(int argc,char** argv)
}
bool shouldUseNewProcess()
{
// when starting Konsole from a terminal, a new process must be used
// when starting Konsole from a terminal, a new process must be used
// so that the current environment is propagated into the shells of the new
// Konsole and any debug output or warnings from Konsole are written to
// the current terminal