From 98570d3633851a64781d0a989da26ef028553c13 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Sat, 30 May 2020 19:27:45 +0200 Subject: [PATCH] Fix indentation --- shell/okular_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/okular_main.cpp b/shell/okular_main.cpp index bd54349cf..050d143f2 100644 --- a/shell/okular_main.cpp +++ b/shell/okular_main.cpp @@ -109,7 +109,7 @@ static bool attachExistingInstance(const QStringList &paths, const QString &seri // Returns false if it can't fit another document const QDBusReply reply = bestService->call( QStringLiteral("openDocument"), path, serializedOptions ); if( !reply.isValid() || !reply.value() ) - return false; + return false; } bestService->call( QStringLiteral("tryRaise") );