| Index: tools/lua/find_rotated_bitmaps.lua
|
| diff --git a/tools/lua/find_rotated_bitmaps.lua b/tools/lua/find_rotated_bitmaps.lua
|
| index 9886e21308ba8cb22cfe6d0ebd49e6d8e5dcf10c..bb5dc7202c7c48fdd224a27660e02df8e431906a 100644
|
| --- a/tools/lua/find_rotated_bitmaps.lua
|
| +++ b/tools/lua/find_rotated_bitmaps.lua
|
| @@ -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
|
|
|
|
|