Index: src/pathops/SkPathOpsDebug.cpp |
diff --git a/src/pathops/SkPathOpsDebug.cpp b/src/pathops/SkPathOpsDebug.cpp |
index 96029b340baa8b38d9391163c6b9f95610b87f38..7db93f5e969b5ba53689be47c5f9936f76601e20 100644 |
--- a/src/pathops/SkPathOpsDebug.cpp |
+++ b/src/pathops/SkPathOpsDebug.cpp |
@@ -108,6 +108,7 @@ void SkOpAngle::debugLoop() const { |
const SkOpAngle* next = this; |
do { |
next->dumpOne(true); |
+ SkDebugf("\n"); |
next = next->fNext; |
} while (next && next != first); |
} |