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

Unified Diff: samplecode/SampleHT.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 | « samplecode/SampleGradients.cpp ('k') | samplecode/SampleHairCurves.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samplecode/SampleHT.cpp
diff --git a/samplecode/SampleHT.cpp b/samplecode/SampleHT.cpp
index 1989c3a7c638163d7faa4ebb1ea73942a7231a4f..d0cd3a54996dce2211c17b9a4637b75f29a5ff92 100644
--- a/samplecode/SampleHT.cpp
+++ b/samplecode/SampleHT.cpp
@@ -57,7 +57,7 @@ public:
fInterp = nullptr;
fTime = 0;
}
-
+
void spawnAnimation(SkMSec now) {
this->setTime(now);
@@ -122,14 +122,14 @@ public:
W = 640,
H = 480,
};
-
+
struct Rec {
HTDrawable* fDrawable;
};
Rec fArray[N];
sk_sp<SkDrawable> fRoot;
SkMSec fTime;
-
+
HTView() {
SkRandom rand;
« no previous file with comments | « samplecode/SampleGradients.cpp ('k') | samplecode/SampleHairCurves.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698