add newline to bitmap rotation script output

BUG=

Review URL: https://codereview.chromium.org/18071007

git-svn-id: http://skia.googlecode.com/svn/trunk@10000 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
humper@google.com 2013-07-11 13:53:44 +00:00
parent 7b328fddf9
commit 9d5fedc5a6

View File

@ -66,6 +66,7 @@ function sk_scrape_summarize()
", translated = ", num_translated_bitmaps,
", scaled = ", num_scaled_bitmaps,
", affine = ", num_affine_bitmaps,
", perspective = ", num_perspective_bitmaps)
", perspective = ", num_perspective_bitmaps,
"\n")
end