Whitespace review fix

Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
daleglass 2021-07-02 00:58:27 +02:00 committed by Dale Glass
parent c4f3e1e263
commit e2eab15469

View file

@ -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.