diff options
| author | rmistry@google.com <rmistry@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-08-14 20:27:54 +0000 |
|---|---|---|
| committer | rmistry@google.com <rmistry@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-08-14 20:27:54 +0000 |
| commit | bda03db28935eef7f9a3aae05fdedca57cd984ad (patch) | |
| tree | 37407da5f43b40f6c0edd8e434033fdf33904c32 /samplecode/SampleAnimatedGradient.cpp | |
| parent | c0f1dfb4ed6133dec29b30ef4c5da68008f2d34f (diff) | |
Fixing source files that do not have newlines at the end.
Found using the new unsubmitted newline_checker slave script:
piraeus.cnc.corp.google.com:10125/builders/Skia_House_Keeping/builds/5/steps/shell_1/logs/stdio
Review URL: https://codereview.appspot.com/6443124
git-svn-id: http://skia.googlecode.com/svn/trunk@5097 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'samplecode/SampleAnimatedGradient.cpp')
| -rw-r--r-- | samplecode/SampleAnimatedGradient.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/samplecode/SampleAnimatedGradient.cpp b/samplecode/SampleAnimatedGradient.cpp index 3caff1c11d..1b90cc86c4 100644 --- a/samplecode/SampleAnimatedGradient.cpp +++ b/samplecode/SampleAnimatedGradient.cpp @@ -94,4 +94,5 @@ private: ////////////////////////////////////////////////////////////////////////////// static SkView* MyFactory() { return new GradientView; } -static SkViewRegister reg(MyFactory);
\ No newline at end of file +static SkViewRegister reg(MyFactory); + |
