Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix indentation
  • Loading branch information
wonder-sk committed Jan 27, 2016
1 parent c934291 commit cce4b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/geometry/qgsgeometryutils.cpp
Expand Up @@ -24,7 +24,7 @@ email : marco.hugentobler at sourcepole dot com
#include <QStringList>
#include <QVector>

QList<QgsLineStringV2*> QgsGeometryUtils::extractLineStrings(const QgsAbstractGeometryV2* geom)
QList<QgsLineStringV2*> QgsGeometryUtils::extractLineStrings( const QgsAbstractGeometryV2* geom )
{
QList< QgsLineStringV2* > linestrings;
if ( !geom )
Expand Down

0 comments on commit cce4b2d

Please sign in to comment.