Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik authored and nyalldawson committed Sep 23, 2020
1 parent 85938ae commit b7ea040
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 b7ea040

Please sign in to comment.