mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix indentation
This commit is contained in:
parent
c934291070
commit
cce4b2db9e
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user