Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: gm/gradients.cpp

Issue 1842753002: Style bikeshed - remove extraneous whitespace (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gm/gradientDirtyLaundry.cpp ('k') | gm/image.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/gradients.cpp
diff --git a/gm/gradients.cpp b/gm/gradients.cpp
index 29d0f31e960fe54a52c38738f6d3d6ae502269e1..11c27baecae01f7a377a4984c36759d00cff5793 100644
--- a/gm/gradients.cpp
+++ b/gm/gradients.cpp
@@ -510,7 +510,7 @@ protected:
paint.setDither(fDither);
canvas->drawRect(SkRect::MakeWH(500, 500), paint);
}
-
+
private:
sk_sp<SkShader> fShader;
bool fDither;
@@ -548,7 +548,7 @@ protected:
paint.setShader(fShader);
canvas->drawRect(SkRect::MakeWH(500, 500), paint);
}
-
+
private:
sk_sp<SkShader> fShader;
bool fDither;
@@ -600,7 +600,7 @@ protected:
(index + 1) * kHeight), paint);
}
}
-
+
private:
sk_sp<SkShader> fShader[100];
bool fDither;
« no previous file with comments | « gm/gradientDirtyLaundry.cpp ('k') | gm/image.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698