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

@@ -75,7 +75,7 @@ bool ShellCommand::isRootCommand() const
bool ShellCommand::isAvailable() const
{
Q_ASSERT(0); // not implemented yet
return false;
return false;
}
QStringList ShellCommand::expand(const QStringList& items)
{