From 7c5b266b0352c05ffdc7e2bba847e25f37c01a45 Mon Sep 17 00:00:00 2001 From: Youngbok Shin Date: Tue, 28 Aug 2018 15:45:48 +0900 Subject: [PATCH] vector/vdasher: fix a wrong code indentation about the previous patch Sorry for my mistake. Change-Id: I22388fce81738b781c225545e8bff98219be9317 --- src/vector/vdasher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vector/vdasher.cpp b/src/vector/vdasher.cpp index 508b767..b3782ff 100644 --- a/src/vector/vdasher.cpp +++ b/src/vector/vdasher.cpp @@ -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; -- 2.34.1