Skip to content

Commit

Permalink
prepare-commit somehow missed to indent the new file
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Sep 13, 2018
1 parent 1af35b2 commit c5e431c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/vector/qgsgeometrysnappersinglesource.cpp
Expand Up @@ -298,7 +298,7 @@ static bool snapGeometry( QgsAbstractGeometry *g, QgsSpatialIndex &index, QVecto
}


int QgsGeometrySnapperSingleSource::run(const QgsFeatureSource &source, QgsFeatureSink &sink, double thresh, QgsFeedback *feedback)
int QgsGeometrySnapperSingleSource::run( const QgsFeatureSource &source, QgsFeatureSink &sink, double thresh, QgsFeedback *feedback )
{
// the logic here comes from GRASS implementation of Vect_snap_lines_list()

Expand Down

0 comments on commit c5e431c

Please sign in to comment.