mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-02 00:02:12 -05:00
Fix indentation issues
This commit is contained in:
parent
a7c6f9ceaf
commit
fbcf39e0c3
@ -180,7 +180,7 @@ void TestQgsCentroidFillSymbol::centroidFillClipOnCurrentPartOnlyBiggest()
|
||||
|
||||
void TestQgsCentroidFillSymbol::centroidFillClipMultiplayerPoints()
|
||||
{
|
||||
QgsSimpleFillSymbolLayer simpleFill(QColor(255, 255, 255, 100));
|
||||
QgsSimpleFillSymbolLayer simpleFill( QColor( 255, 255, 255, 100 ) );
|
||||
|
||||
mCentroidFill = mCentroidFill->clone();
|
||||
mCentroidFill->setClipPoints( true );
|
||||
|
Loading…
x
Reference in New Issue
Block a user