diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-01-30 07:05:59 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-01-30 07:05:59 +0000 |
commit | 2a772e14c5c637e1daff0d7ddc81559330feb8e2 (patch) | |
tree | fafc9b3f69ca24c4915f938d43c7258a6ed89af9 | |
parent | aa35831d1d0e4c798a63fe772430adc4f3a038cd (diff) |
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@7458 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r-- | experimental/Intersection/ShapeOpCubic4x4_Test.cpp | 2 | ||||
-rw-r--r-- | src/core/SkPictureStateTree.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/experimental/Intersection/ShapeOpCubic4x4_Test.cpp b/experimental/Intersection/ShapeOpCubic4x4_Test.cpp index 607b3495bf..f4eb031044 100644 --- a/experimental/Intersection/ShapeOpCubic4x4_Test.cpp +++ b/experimental/Intersection/ShapeOpCubic4x4_Test.cpp @@ -48,7 +48,7 @@ static void* testShapeOps4x4CubicsMain(void* data) pathB.moveTo(a, b); str += sprintf(str, " pathB.moveTo(%d,%d);\n", a, b); pathB.cubicTo(c, d, state.b, state.a, state.d, state.c); - str += sprintf(str, " pathB.cubicTo(%d,%d, %d,%d, %d,%d);\n", c, d, + str += sprintf(str, " pathB.cubicTo(%d,%d, %d,%d, %d,%d);\n", c, d, state.b, state.a, state.d, state.c); pathB.close(); str += sprintf(str, " pathB.close();\n"); diff --git a/src/core/SkPictureStateTree.h b/src/core/SkPictureStateTree.h index 869c87daf5..798e5526b6 100644 --- a/src/core/SkPictureStateTree.h +++ b/src/core/SkPictureStateTree.h @@ -133,4 +133,3 @@ private: }; #endif - |