mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
Fix indentation
This commit is contained in:
parent
040e11c52b
commit
98570d3633
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ static bool attachExistingInstance(const QStringList &paths, const QString &seri
|
|||
// Returns false if it can't fit another document
|
||||
const QDBusReply<bool> reply = bestService->call( QStringLiteral("openDocument"), path, serializedOptions );
|
||||
if( !reply.isValid() || !reply.value() )
|
||||
return false;
|
||||
return false;
|
||||
}
|
||||
|
||||
bestService->call( QStringLiteral("tryRaise") );
|
||||
|
|
Loading…
Reference in a new issue