mirror of
https://github.com/KDE/konsole.git
synced 2026-06-10 06:55:13 -04:00
Remove leading white spaces in blank lines to make them really empty
This commit is contained in:
@@ -37,7 +37,7 @@ ShellCommand::ShellCommand(const QString& fullCommand)
|
||||
ShellCommand::ShellCommand(const QString& command , const QStringList& arguments)
|
||||
{
|
||||
_arguments = arguments;
|
||||
|
||||
|
||||
if ( !_arguments.isEmpty() )
|
||||
_arguments[0] == command;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user