aboutsummaryrefslogtreecommitdiff
path: root/samplecode/SampleAnimatedText.cpp
diff options
context:
space:
mode:
authorhalcanary <halcanary@google.com>2016-03-29 09:03:52 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-29 09:03:53 -0700
commit9d524f22bfde5dc3dc8f48e1be39bdebd3bb0304 (patch)
treefc75ea6f8bc83b552d9ac9c9b4ac0d5a967ee5ac /samplecode/SampleAnimatedText.cpp
parente577693b3be06d90c824538e7eac0b25b0e02a99 (diff)
Style bikeshed - remove extraneous whitespace
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1842753002 Review URL: https://codereview.chromium.org/1842753002
Diffstat (limited to 'samplecode/SampleAnimatedText.cpp')
-rwxr-xr-xsamplecode/SampleAnimatedText.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/SampleAnimatedText.cpp b/samplecode/SampleAnimatedText.cpp
index 8ca9d87526..89ea6923d7 100755
--- a/samplecode/SampleAnimatedText.cpp
+++ b/samplecode/SampleAnimatedText.cpp
@@ -133,7 +133,7 @@ protected:
}
bool onAnimate(const SkAnimTimer& timer) override {
- // We add noise to the scale and rotation animations to
+ // We add noise to the scale and rotation animations to
// keep the font atlas from falling into a steady state
fRotation += (1.0f + gRand.nextRangeF(-0.1f, 0.1f));
fScale += (fScaleInc + gRand.nextRangeF(-0.025f, 0.025f));