aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/SimpleCocoaApp
diff options
context:
space:
mode:
authorGravatar rmistry@google.com <rmistry@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-14 20:27:54 +0000
committerGravatar rmistry@google.com <rmistry@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-14 20:27:54 +0000
commitbda03db28935eef7f9a3aae05fdedca57cd984ad (patch)
tree37407da5f43b40f6c0edd8e434033fdf33904c32 /experimental/SimpleCocoaApp
parentc0f1dfb4ed6133dec29b30ef4c5da68008f2d34f (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 'experimental/SimpleCocoaApp')
-rw-r--r--experimental/SimpleCocoaApp/SimpleApp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/experimental/SimpleCocoaApp/SimpleApp.h b/experimental/SimpleCocoaApp/SimpleApp.h
index da160ebef4..c36007cad2 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
+