Index: gm/pathreverse.cpp |
diff --git a/gm/pathreverse.cpp b/gm/pathreverse.cpp |
index 33507650a2f302bf94ecb8a857928780c1c41b8d..f0ce0516c87de54601cc7a9c53081609051180bd 100644 |
--- a/gm/pathreverse.cpp |
+++ b/gm/pathreverse.cpp |
@@ -15,7 +15,7 @@ |
* paint.setTextSize(SkIntToScalar(100)); |
* paint.setTypeface(SkTypeface::CreateFromName("Hiragino Maru Gothic Pro")); |
* paint.getTextPath("e", 1, 50, 50, &path); |
- * |
+ * |
* The path data is duplicated here to allow the test to |
* run on all platforms and to remove the bug dependency |
* should future Macs edit or delete the font. |