aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-20 11:51:35 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-05-20 11:51:35 +0000
commit845220b8179a73c8ec3e53b6dcc11ee3d30ad6a4 (patch)
tree741ef3eb06fe75fc6640bd146d765e23d718baa9 /tests
parentb10322a034823acd02ba910f751d027e7678149c (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@9189 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests')
-rw-r--r--tests/PathTest.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/PathTest.cpp b/tests/PathTest.cpp
index bf55f9becd..fa95a35efd 100644
--- a/tests/PathTest.cpp
+++ b/tests/PathTest.cpp
@@ -1366,11 +1366,11 @@ static void test_isNestedRects(skiatest::Reporter* reporter) {
f1, f2, f3, f4, f5, f6, f7, f8,
c1, c2
};
- SkPath::Direction dirs[] = {
- SkPath::kCW_Direction, SkPath::kCW_Direction, SkPath::kCW_Direction,
+ SkPath::Direction dirs[] = {
+ SkPath::kCW_Direction, SkPath::kCW_Direction, SkPath::kCW_Direction,
SkPath::kCW_Direction, SkPath::kCCW_Direction, SkPath::kCCW_Direction,
- SkPath::kCCW_Direction, SkPath::kCCW_Direction, SkPath::kCCW_Direction,
- SkPath::kCCW_Direction, SkPath::kCW_Direction, SkPath::kCW_Direction,
+ SkPath::kCCW_Direction, SkPath::kCCW_Direction, SkPath::kCCW_Direction,
+ SkPath::kCCW_Direction, SkPath::kCW_Direction, SkPath::kCW_Direction,
SkPath::kCCW_Direction, SkPath::kCW_Direction, SkPath::kUnknown_Direction,
SkPath::kUnknown_Direction, SkPath::kUnknown_Direction, SkPath::kUnknown_Direction,
SkPath::kUnknown_Direction, SkPath::kUnknown_Direction, SkPath::kUnknown_Direction,