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/experimental/Debugger/DebuggerCommandsView.cpp b/experimental/Debugger/DebuggerCommandsView.cpp
index 7c16a6d..bd1fe03 100644
--- a/experimental/Debugger/DebuggerCommandsView.cpp
+++ b/experimental/Debugger/DebuggerCommandsView.cpp
@@ -141,4 +141,5 @@
     r = SkRect::MakeXYWH(this->width() - SKDEBUGGER_RESIZEBARSIZE, 0, 
                          SKDEBUGGER_RESIZEBARSIZE, this->height());
     canvas->drawRect(r, p);
-}
\ No newline at end of file
+}
+
diff --git a/experimental/Debugger/DebuggerStateView.cpp b/experimental/Debugger/DebuggerStateView.cpp
index fdf2af7..aaf6fb5 100644
--- a/experimental/Debugger/DebuggerStateView.cpp
+++ b/experimental/Debugger/DebuggerStateView.cpp
@@ -48,4 +48,5 @@
     p.setColor(SKDEBUGGER_RESIZEBARCOLOR);
     r = SkRect::MakeXYWH(0, 0, this->width(), SKDEBUGGER_RESIZEBARSIZE);
     canvas->drawRect(r, p);
-}
\ No newline at end of file
+}
+
diff --git a/experimental/DrawingBoard/SkColorPalette.cpp b/experimental/DrawingBoard/SkColorPalette.cpp
index 16f224a..a7ceb2e 100644
--- a/experimental/DrawingBoard/SkColorPalette.cpp
+++ b/experimental/DrawingBoard/SkColorPalette.cpp
@@ -192,4 +192,5 @@
     retval += ((int)(g * 255) << 8);
     retval += (int)(b * 255);
     return retval;
-}
\ No newline at end of file
+}
+
diff --git a/experimental/DrawingBoard/SkColorPalette.h b/experimental/DrawingBoard/SkColorPalette.h
index e8032cd..b8e4c9f 100644
--- a/experimental/DrawingBoard/SkColorPalette.h
+++ b/experimental/DrawingBoard/SkColorPalette.h
@@ -31,4 +31,5 @@
     typedef SkView INHERITED;
 };
 
-#endif
\ No newline at end of file
+#endif
+
diff --git a/experimental/DrawingBoard/SkNetPipeController.cpp b/experimental/DrawingBoard/SkNetPipeController.cpp
index 01a844b..71db86a 100644
--- a/experimental/DrawingBoard/SkNetPipeController.cpp
+++ b/experimental/DrawingBoard/SkNetPipeController.cpp
@@ -47,4 +47,5 @@
     fTotalWritten += bytes;
     
     fAtomsWritten += 1;
-}
\ No newline at end of file
+}
+
diff --git a/experimental/DrawingBoard/SkNetPipeController.h b/experimental/DrawingBoard/SkNetPipeController.h
index f38d4da..334fd8c 100644
--- a/experimental/DrawingBoard/SkNetPipeController.h
+++ b/experimental/DrawingBoard/SkNetPipeController.h
@@ -33,4 +33,5 @@
     
     SkGPipeReader::Status   fStatus;
 };
-#endif
\ No newline at end of file
+#endif
+
diff --git a/experimental/FileReaderApp/ReaderView.cpp b/experimental/FileReaderApp/ReaderView.cpp
index ab8325f..f6876ad 100644
--- a/experimental/FileReaderApp/ReaderView.cpp
+++ b/experimental/FileReaderApp/ReaderView.cpp
@@ -72,4 +72,5 @@
     //the front bitmap is always drawn
     canvas->drawBitmap(fBufferBitmaps[fFront], 0, 0, NULL);
     this->inval(NULL);
-}
\ No newline at end of file
+}
+
diff --git a/experimental/SimpleCocoaApp/SimpleApp.h b/experimental/SimpleCocoaApp/SimpleApp.h
index da160eb..c36007c 100644
--- a/experimental/SimpleCocoaApp/SimpleApp.h
+++ b/experimental/SimpleCocoaApp/SimpleApp.h
@@ -13,4 +13,5 @@
 #import "SkNSView.h"
 @interface SimpleNSView : SkNSView
 - (id)initWithDefaults;
-@end
\ No newline at end of file
+@end
+
diff --git a/experimental/iOSSampleApp/Shared/SkUIView.h b/experimental/iOSSampleApp/Shared/SkUIView.h
index 2c731b6..c88b2fe 100644
--- a/experimental/iOSSampleApp/Shared/SkUIView.h
+++ b/experimental/iOSSampleApp/Shared/SkUIView.h
@@ -43,4 +43,5 @@
 - (void)onUpdateMenu:(const SkOSMenu*)menu;
 - (void)postInvalWithRect:(const SkIRect*)rectOrNil;
 - (BOOL)onHandleEvent:(const SkEvent&)event;
-@end
\ No newline at end of file
+@end
+
diff --git a/experimental/iOSSampleApp/SkSampleUIView.h b/experimental/iOSSampleApp/SkSampleUIView.h
index a6e3dfa..49bdc7d 100644
--- a/experimental/iOSSampleApp/SkSampleUIView.h
+++ b/experimental/iOSSampleApp/SkSampleUIView.h
@@ -43,4 +43,5 @@
 
 - (void)setSkTitle:(const char*)title;
 - (void)postInvalWithRect:(const SkIRect*)rectOrNil;
-@end
\ No newline at end of file
+@end
+