Index: tests/PictureTest.cpp |
diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp |
index 64073d3b005a25b84080cda11263cee3e791ed3c..7a8c8fa9e3e097fe681fba4964a530f848ab007c 100644 |
--- a/tests/PictureTest.cpp |
+++ b/tests/PictureTest.cpp |
@@ -938,7 +938,7 @@ static void test_savelayer_extraction(skiatest::Reporter* reporter) { |
// 2) |
c->saveLayer(NULL, NULL); // layer #1 |
- c->translate(kWidth/2.0f, kHeight/2.0f); |
+ c->translate(kWidth / 2.0f, kHeight / 2.0f); |
SkRect r = SkRect::MakeXYWH(0, 0, kWidth/2, kHeight/2); |
c->saveLayer(&r, &complexPaint); // layer #2 |
c->restore(); |