From fbcf39e0c37486ae168661b4b98a2e32f90c34f3 Mon Sep 17 00:00:00 2001 From: Ivan Ivanov Date: Mon, 25 May 2020 12:50:37 +0300 Subject: [PATCH] Fix indentation issues --- tests/src/core/testqgscentroidfillsymbol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/core/testqgscentroidfillsymbol.cpp b/tests/src/core/testqgscentroidfillsymbol.cpp index ab168a5dc5a..df793bd1f82 100644 --- a/tests/src/core/testqgscentroidfillsymbol.cpp +++ b/tests/src/core/testqgscentroidfillsymbol.cpp @@ -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 );