Skip to content

Commit 953a9aa

Browse files
authored
Indentation fix
1 parent 024e8eb commit 953a9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsapplication.cpp

+1-1
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)