Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ea08240

Browse files
committedMar 3, 2019
Indentation fix
1 parent e400039 commit ea08240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsapplication.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ QgsAuthManager *QgsApplication::authManager()
11781178
void QgsApplication::exitQgis()
11791179
{
11801180
delete QgsApplication::authManager();
1181-
1181+
11821182
//Ensure that all remaining deleteLater QObjects are actually deleted before we exit.
11831183
//This isn't strictly necessary (since we're exiting anyway) but doing so prevents a lot of
11841184
//LeakSanitiser noise which hides real issues

0 commit comments

Comments
 (0)
Please sign in to comment.