vector/vdasher: fix a wrong code indentation about the previous patch 47/187747/1
authorYoungbok Shin <youngb.shin@samsung.com>
Tue, 28 Aug 2018 06:45:48 +0000 (15:45 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Tue, 28 Aug 2018 06:45:48 +0000 (15:45 +0900)
Sorry for my mistake.

Change-Id: I22388fce81738b781c225545e8bff98219be9317

src/vector/vdasher.cpp

index 508b767..b3782ff 100644 (file)
@@ -72,7 +72,7 @@ void VDasher::moveTo(const VPointF &p)
     mDiscard = false;
     mStartNewSegment = true;
     mCurPt = p;
-       mIndex = 0;
+    mIndex = 0;
 
     if (!vCompare(mDashOffset, 0.0f)) {
         float totalLength = 0.0;