Chromium Code Reviews| Index: tests/ReadPixelsTest.cpp |
| diff --git a/tests/ReadPixelsTest.cpp b/tests/ReadPixelsTest.cpp |
| index b538fc8c9bc4147ce0d9dc3eb92bb2ad303972f6..e6552108b5cf22c0e86e27f94ee764d40b58bf51 100644 |
| --- a/tests/ReadPixelsTest.cpp |
| +++ b/tests/ReadPixelsTest.cpp |
| @@ -52,7 +52,7 @@ static SkPMColor get_src_color(int x, int y) { |
| } |
| return SkPremultiplyARGBInline(a, r, g, b); |
| } |
| - |
| + |
| static SkPMColor get_dst_bmp_init_color(int x, int y, int w) { |
| int n = y * w + x; |