diff options
| author | halcanary <halcanary@google.com> | 2016-03-29 09:03:52 -0700 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2016-03-29 09:03:53 -0700 |
| commit | 9d524f22bfde5dc3dc8f48e1be39bdebd3bb0304 (patch) | |
| tree | fc75ea6f8bc83b552d9ac9c9b4ac0d5a967ee5ac /samplecode/SampleAnimatedText.cpp | |
| parent | e577693b3be06d90c824538e7eac0b25b0e02a99 (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-x | samplecode/SampleAnimatedText.cpp | 2 |
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)); |
