Skip to content

Commit

Permalink
Update indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Jan 5, 2016
1 parent 5ac6170 commit 2341c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgstextlabelfeature.cpp
Expand Up @@ -7,8 +7,8 @@


QgsTextLabelFeature::QgsTextLabelFeature( QgsFeatureId id, GEOSGeometry* geometry, const QSizeF& size )
: QgsLabelFeature( id, geometry, size )
, mFontMetrics( NULL )
: QgsLabelFeature( id, geometry, size )
, mFontMetrics( NULL )
{
mDefinedFont = QFont();
}
Expand Down

0 comments on commit 2341c2b

Please sign in to comment.