Index: tests/PathOpsTSectDebug.h |
diff --git a/tests/PathOpsTSectDebug.h b/tests/PathOpsTSectDebug.h |
index 68ef4b7db187be554ec2bf44f70d4f2ce4fd67b1..4e04db794b8f0a315e6e4a838b5f52393f50b8a4 100644 |
--- a/tests/PathOpsTSectDebug.h |
+++ b/tests/PathOpsTSectDebug.h |
@@ -195,7 +195,7 @@ void SkTSpan<TCurve, OppCurve>::dumpBounds() const { |
dumpID(); |
SkDebugf(" bounds=(%1.9g,%1.9g, %1.9g,%1.9g) boundsMax=%1.9g%s\n", |
fBounds.fLeft, fBounds.fTop, fBounds.fRight, fBounds.fBottom, fBoundsMax, |
- fCollapsed ? " collapsed" : ""); |
+ fCollapsed ? " collapsed" : ""); |
} |
template<typename TCurve, typename OppCurve> |