From 6f8e6403f8807df3af68b5cc6068993d41c827a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Sat, 18 May 2019 20:34:59 +0100 Subject: [PATCH] Remove trailing whitespace. --- test/testexternalcommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testexternalcommand.cpp b/test/testexternalcommand.cpp index 7913b7d..438224a 100644 --- a/test/testexternalcommand.cpp +++ b/test/testexternalcommand.cpp @@ -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();