From e11eec3c4969998248ba906dc7981f6364f55bc5 Mon Sep 17 00:00:00 2001 From: Michal Bloch Date: Mon, 8 Jul 2019 15:48:31 +0200 Subject: [PATCH] Add a missing whitespace "allowown" -> "allow own" Change-Id: Ied47493a5a678a13b34be421a573a7bed52b62bb Signed-off-by: Michal Bloch --- src/dbuspolicy_finder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dbuspolicy_finder.cpp b/src/dbuspolicy_finder.cpp index 1bb2997..674b534 100644 --- a/src/dbuspolicy_finder.cpp +++ b/src/dbuspolicy_finder.cpp @@ -164,7 +164,7 @@ void printDecision(const Decision & di, const std::string & token, const std::st std::cout << "deny"; else if (di == Decision::CHECK) std::cout << "check"; - std::cout << extraText << "=\"" << token << "\"" << std::endl; + std::cout << ' ' << extraText << "=\"" << token << "\"" << std::endl; } void checkIfMatches(const std::shared_ptr & iter, const MatchItemOwn & mio, const std::string & currentToken, bool noFilter, Print_once & printer) { -- 2.7.4