mirror of
https://github.com/KDE/konsole.git
synced 2026-05-08 22:53:06 -04:00
Remove trailing white spaces
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user