aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GradientTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GradientTest.cpp')
-rw-r--r--tests/GradientTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GradientTest.cpp b/tests/GradientTest.cpp
index 0014089322..ac55d9934e 100644
--- a/tests/GradientTest.cpp
+++ b/tests/GradientTest.cpp
@@ -34,7 +34,7 @@ static void test_big_grad(skiatest::Reporter* reporter) {
SkMatrix matrix;
matrix.setAffine(affine);
c.concat(matrix);
-
+
c.drawPaint(paint);
}