aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/BlurTest.cpp
diff options
context:
space:
mode:
authorGravatar Ben Wagner <bungeman@google.com>2017-10-09 15:45:33 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-09 21:20:34 +0000
commit63fd760a37905c45d26fc3d49cac261fad1b4808 (patch)
tree279aa7293ea1773ac60230790868fe0e1fc725b0 /tests/BlurTest.cpp
parenta49909aa24a370d6dff98d300d0c42ff8cd2c623 (diff)
Remove trailing whitespace.
Also adds a presubmit to prevent adding trailing whitespace to source code in the future. Change-Id: I41a4df81487f6f00aa19b188f0cac6a3377efde6 Reviewed-on: https://skia-review.googlesource.com/57380 Reviewed-by: Ravi Mistry <rmistry@google.com> Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Ben Wagner <bungeman@google.com>
Diffstat (limited to 'tests/BlurTest.cpp')
-rw-r--r--tests/BlurTest.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/BlurTest.cpp b/tests/BlurTest.cpp
index d287642c0a..ba63f01cf4 100644
--- a/tests/BlurTest.cpp
+++ b/tests/BlurTest.cpp
@@ -534,7 +534,7 @@ DEF_TEST(BlurredRRectNinePatchComputation, reporter) {
kBlurRad, kBlurRad,
&rrectToDraw, &size,
rectXs, rectYs, texXs, texYs,
- &numX, &numY, &skipMask);
+ &numX, &numY, &skipMask);
REPORTER_ASSERT(reporter, !ninePatchable);
}
@@ -591,8 +591,8 @@ DEF_TEST(BlurredRRectNinePatchComputation, reporter) {
SkScalar testLocs[] = {
-18.0f, -9.0f,
1.0f,
- 9.0f, 18.0f,
- 29.0f,
+ 9.0f, 18.0f,
+ 29.0f,
39.0f, 49.0f,
91.0f,
109.0f, 118.0f,
@@ -615,7 +615,7 @@ DEF_TEST(BlurredRRectNinePatchComputation, reporter) {
kBlurRad, kBlurRad,
&rrectToDraw, &size,
rectXs, rectYs, texXs, texYs,
- &numX, &numY, &skipMask);
+ &numX, &numY, &skipMask);
static const SkScalar kAns = 12.0f * kBlurRad + 2.0f * kCornerRad + 1.0f;
REPORTER_ASSERT(reporter, ninePatchable);