Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix formatting
  • Loading branch information
PeterPetrik committed Sep 23, 2020
1 parent 59ac6a7 commit ee03df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsapplication.cpp
Expand Up @@ -340,7 +340,7 @@ void QgsApplication::init( QString profileFolder )
QString projLib( QDir::cleanPath( pkgDataPath().append( "/proj" ) ) );
if ( QFile::exists( projLib ) )
{
currentProjSearchPaths.append(projLib);
currentProjSearchPaths.append( projLib );
}
#endif // Q_OS_MACX

Expand Down

0 comments on commit ee03df7

Please sign in to comment.