From eebe6f4a59c9ff99df3c8f0de37192e080ae7f94 Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Wed, 17 Jul 2013 07:01:13 +0000 Subject: Sanitizing source files in Housekeeper-Nightly git-svn-id: http://skia.googlecode.com/svn/trunk@10122 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/PathOpsTestCommon.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/PathOpsTestCommon.cpp') diff --git a/tests/PathOpsTestCommon.cpp b/tests/PathOpsTestCommon.cpp index dd9b347618..f89598ad47 100644 --- a/tests/PathOpsTestCommon.cpp +++ b/tests/PathOpsTestCommon.cpp @@ -68,7 +68,7 @@ bool ValidPoint(const SkDPoint& pt) { 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 @@ bool ValidVector(const SkDVector& v) { if (SkDoubleIsNaN(v.fX)) { return false; } - return !SkDoubleIsNaN(v.fY); + return !SkDoubleIsNaN(v.fY); } -- cgit v1.2.3