mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Whitespace review fix
Co-authored-by: David Rowe <david@ctrlaltstudio.com>
This commit is contained in:
parent
c4f3e1e263
commit
e2eab15469
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue