Remove trailing whitespace.

This commit is contained in:
Andrius Štikonas 2019-05-18 20:34:59 +01:00
parent 54f0c98dc0
commit 6f8e6403f8
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public:
void run() override
{
ExternalCommand blkidCmd(QStringLiteral("blkid"), {});
// ExternalCommadHelper will refuse to run this or any other command which is not whitelisted.
// See src/util/externalcommand_whitelist.h for whitelisted commands.
blkidCmd.run();