Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@10122 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/PathOpsTestCommon.cpp b/tests/PathOpsTestCommon.cpp
index dd9b347..f89598a 100644
--- a/tests/PathOpsTestCommon.cpp
+++ b/tests/PathOpsTestCommon.cpp
@@ -68,7 +68,7 @@
if (SkDoubleIsNaN(pt.fX)) {
return false;
}
- return !SkDoubleIsNaN(pt.fY);
+ return !SkDoubleIsNaN(pt.fY);
}
bool ValidPoints(const SkPoint* pts, int count) {
@@ -105,5 +105,5 @@
if (SkDoubleIsNaN(v.fX)) {
return false;
}
- return !SkDoubleIsNaN(v.fY);
+ return !SkDoubleIsNaN(v.fY);
}