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
diff --git a/samplecode/SampleAnimatedGradient.cpp b/samplecode/SampleAnimatedGradient.cpp
index 3caff1c..1b90cc8 100644
--- a/samplecode/SampleAnimatedGradient.cpp
+++ b/samplecode/SampleAnimatedGradient.cpp
@@ -94,4 +94,5 @@
 //////////////////////////////////////////////////////////////////////////////
 
 static SkView* MyFactory() { return new GradientView; }
-static SkViewRegister reg(MyFactory);
\ No newline at end of file
+static SkViewRegister reg(MyFactory);
+