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/SampleRectanizer.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/SampleRectanizer.cpp')
| -rw-r--r-- | samplecode/SampleRectanizer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/SampleRectanizer.cpp b/samplecode/SampleRectanizer.cpp index 55e70a29d2..4ff28b2a6c 100644 --- a/samplecode/SampleRectanizer.cpp +++ b/samplecode/SampleRectanizer.cpp @@ -100,7 +100,7 @@ protected: long totArea = 0; for (int i = 0; i < fCurRandRect; ++i) { - r = SkRect::MakeXYWH(SkIntToScalar(fRectLocations[i].fX), + r = SkRect::MakeXYWH(SkIntToScalar(fRectLocations[i].fX), SkIntToScalar(fRectLocations[i].fY), SkIntToScalar((*fCurRects)[i].fWidth), SkIntToScalar((*fCurRects)[i].fHeight)); |
