Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 22, 2018
1 parent 52fa989 commit c6b4404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsfileutils.cpp
Expand Up @@ -123,7 +123,7 @@ QString QgsFileUtils::findClosestExistingPath( const QString &path )
const QString res = QDir::cleanPath( currentPath.absolutePath() );

if ( res == QDir::currentPath() )
return QString(); // avoid default to binary folder if a filename alone is specified
return QString(); // avoid default to binary folder if a filename alone is specified

return res == '.' ? QString() : res;
}

0 comments on commit c6b4404

Please sign in to comment.