aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/skhello.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/skhello.cpp')
-rw-r--r--tools/skhello.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/skhello.cpp b/tools/skhello.cpp
index 9d442dca40..46569d5b0f 100644
--- a/tools/skhello.cpp
+++ b/tools/skhello.cpp
@@ -58,7 +58,7 @@ int main (int argc, char * const argv[]) {
SkCanvas canvas(bitmap);
canvas.drawColor(SK_ColorWHITE);
-
+
paint.setTextAlign(SkPaint::kCenter_Align);
canvas.drawText(text.c_str(), text.size(),
SkIntToScalar(w)/2, SkIntToScalar(h)*2/3,