Index: tests/PathOpsTestCommon.cpp |
diff --git a/tests/PathOpsTestCommon.cpp b/tests/PathOpsTestCommon.cpp |
index f6852254c004c83bc4c227ceb8fce162931adc0b..8cc8fe879de144cd0885ace26ad643f5f6be266d 100644 |
--- a/tests/PathOpsTestCommon.cpp |
+++ b/tests/PathOpsTestCommon.cpp |
@@ -237,7 +237,7 @@ void CubicPathToSimple(const SkPath& cubicPath, SkPath* simplePath) { |
lo = hi; |
} |
break; |
- } |
+ } |
case SkPath::kClose_Verb: |
simplePath->close(); |
break; |