Skip to content

Commit 6175f24

Browse files
committed
indentation
1 parent 0a8c1cc commit 6175f24

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/core/qgsproject.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -1331,8 +1331,7 @@ QStringList QgsProject::entryList( QString const &scope, QString const &key ) co
13311331
} // QgsProject::entryList
13321332

13331333

1334-
QStringList
1335-
QgsProject::subkeyList( QString const &scope, QString const &key ) const
1334+
QStringList QgsProject::subkeyList( QString const &scope, QString const &key ) const
13361335
{
13371336
QgsProperty * foundProperty = findKey_( scope, key, imp_->properties_ );
13381337

0 commit comments

Comments
 (0)