Index: gm/bitmapcopy.cpp |
diff --git a/gm/bitmapcopy.cpp b/gm/bitmapcopy.cpp |
index ac43db53a754e272ce898001ec17d319da88e917..b52337b4bfb4d92288670d2d9ad1d026f1af8623 100644 |
--- a/gm/bitmapcopy.cpp |
+++ b/gm/bitmapcopy.cpp |
@@ -1,4 +1,3 @@ |
- |
/* |
* Copyright 2011 Google Inc. |
* |
@@ -78,7 +77,7 @@ protected: |
canvas->clear(sk_tool_utils::color_to_565(0xFFDDDDDD)); |
paint.setAntiAlias(true); |
sk_tool_utils::set_portable_typeface(&paint); |
- |
+ |
SkScalar width = SkIntToScalar(40); |
SkScalar height = SkIntToScalar(40); |
if (paint.getFontSpacing() > height) { |