Fix indentation

This commit is contained in:
Albert Astals Cid 2020-05-30 19:27:45 +02:00
parent 040e11c52b
commit 98570d3633

View file

@ -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") );