From: bsalomon@google.com Date: Thu, 23 Feb 2012 14:54:49 +0000 (+0000) Subject: Fix line endings. X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~16800 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53aab7813ca20360426524361941cf43567fc7ae;p=platform%2Fupstream%2FlibSkiaSharp.git Fix line endings. git-svn-id: http://skia.googlecode.com/svn/trunk@3234 2bbb7eff-a529-9590-31e7-b0007b416f81 --- diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp index 12f0f58..868ce31 100644 --- a/tests/PathTest.cpp +++ b/tests/PathTest.cpp @@ -92,11 +92,11 @@ static void test_direction(skiatest::Reporter* reporter) { // triangle with one point really far from the origin. path.reset(); // the first point is roughly 1.05e10, 1.05e10 - path.moveTo(SkFloatToScalar(SkBits2Float(0x501c7652)), SkFloatToScalar(SkBits2Float(0x501c7652))); - path.lineTo(110 * SK_Scalar1, -10 * SK_Scalar1); - path.lineTo(-10 * SK_Scalar1, 60 * SK_Scalar1); - check_direction(&path, SkPath::kCCW_Direction, reporter); -#endif + path.moveTo(SkFloatToScalar(SkBits2Float(0x501c7652)), SkFloatToScalar(SkBits2Float(0x501c7652))); + path.lineTo(110 * SK_Scalar1, -10 * SK_Scalar1); + path.lineTo(-10 * SK_Scalar1, 60 * SK_Scalar1); + check_direction(&path, SkPath::kCCW_Direction, reporter); +#endif } static void add_rect(SkPath* path, const SkRect& r) {