Skip to content

Commit a4ffbf3

Browse files
committedAug 30, 2016
Fix indentation
1 parent 93b124e commit a4ffbf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/app/qgsattributetypedialog.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ void QgsAttributeTypeDialog::defaultExpressionChanged()
248248
}
249249

250250
QgsExpressionContext context;
251-
context << QgsExpressionContextUtils::globalScope()
252-
<< QgsExpressionContextUtils::projectScope()
251+
context << QgsExpressionContextUtils::globalScope()
252+
<< QgsExpressionContextUtils::projectScope()
253253
<< QgsExpressionContextUtils::layerScope( mLayer );
254254

255255
if ( !mPreviewFeature.isValid() )

0 commit comments

Comments
 (0)
Please sign in to comment.