From e2eab15469fa51aa1fa721a20012b1527ba9af42 Mon Sep 17 00:00:00 2001 From: daleglass <51060919+daleglass@users.noreply.github.com> Date: Fri, 2 Jul 2021 00:58:27 +0200 Subject: [PATCH] Whitespace review fix Co-authored-by: David Rowe --- interface/src/CrashHandler_Crashpad.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/CrashHandler_Crashpad.cpp b/interface/src/CrashHandler_Crashpad.cpp index f2ec0c2ff8..a079b6cd4a 100644 --- a/interface/src/CrashHandler_Crashpad.cpp +++ b/interface/src/CrashHandler_Crashpad.cpp @@ -377,7 +377,7 @@ bool startCrashHandler(std::string appPath) { QString binaryDir = findBinaryDir(); QDir interfaceDir; - if ( !binaryDir.isEmpty() ) { + if (!binaryDir.isEmpty()) { // Locating ourselves by argv[0] fails in the case of AppImage on Linux, as we get the AppImage // itself in there. If we have a platform-specific method, and it succeeds, we use that instead // of argv.