Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@12477 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp
index 03fe3d4..06ecff6 100644
--- a/tests/PathTest.cpp
+++ b/tests/PathTest.cpp
@@ -1951,9 +1951,9 @@
SkPath p1; // Leave p1 non-unique (i.e., the empty path)
- p.transform(matrix, &p1);
+ p.transform(matrix, &p1);
SkPoint pts1[kPtCount];
- int count = p1.getPoints(pts1, kPtCount);
+ int count = p1.getPoints(pts1, kPtCount);
REPORTER_ASSERT(reporter, kPtCount == count);
for (int i = 0; i < count; ++i) {
SkPoint newPt = SkPoint::Make(pts[i].fX * 2, pts[i].fY * 3);