Skip to content

Commit

Permalink
Indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Mar 3, 2019
1 parent e400039 commit ea08240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsapplication.cpp
Expand Up @@ -1178,7 +1178,7 @@ QgsAuthManager *QgsApplication::authManager()
void QgsApplication::exitQgis()
{
delete QgsApplication::authManager();

//Ensure that all remaining deleteLater QObjects are actually deleted before we exit.
//This isn't strictly necessary (since we're exiting anyway) but doing so prevents a lot of
//LeakSanitiser noise which hides real issues
Expand Down

0 comments on commit ea08240

Please sign in to comment.