From 3b6c84eb57a2071d2469388ba94ec1fb2b13e4e2 Mon Sep 17 00:00:00 2001 From: Guillaume Algis Date: Fri, 18 Mar 2016 15:59:48 +0100 Subject: [PATCH] Add newline at the end of source files --- src/handlebars-objc/errorHandling/HBErrorHandling.h | 2 +- src/handlebars-objc/errorHandling/HBErrorHandling.m | 2 +- src/handlebars-objc/errorHandling/HBErrorHandling_Private.h | 2 +- src/handlebars-objc/handlebars-objc-ios-Prefix.pch | 2 +- src/handlebars-objc/helpers/HBHelperRegistry.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/handlebars-objc/errorHandling/HBErrorHandling.h b/src/handlebars-objc/errorHandling/HBErrorHandling.h index 21eae2f..141ed40 100644 --- a/src/handlebars-objc/errorHandling/HBErrorHandling.h +++ b/src/handlebars-objc/errorHandling/HBErrorHandling.h @@ -93,4 +93,4 @@ typedef NS_ENUM(NSInteger, HBErrorCode) { */ - (NSString*) partialName; -@end \ No newline at end of file +@end diff --git a/src/handlebars-objc/errorHandling/HBErrorHandling.m b/src/handlebars-objc/errorHandling/HBErrorHandling.m index 40579f9..48ccc3a 100644 --- a/src/handlebars-objc/errorHandling/HBErrorHandling.m +++ b/src/handlebars-objc/errorHandling/HBErrorHandling.m @@ -116,4 +116,4 @@ - (NSString*) partialName return [self.userInfo objectForKey:HBPartialNameKey]; } -@end \ No newline at end of file +@end diff --git a/src/handlebars-objc/errorHandling/HBErrorHandling_Private.h b/src/handlebars-objc/errorHandling/HBErrorHandling_Private.h index b14cf06..136f072 100644 --- a/src/handlebars-objc/errorHandling/HBErrorHandling_Private.h +++ b/src/handlebars-objc/errorHandling/HBErrorHandling_Private.h @@ -42,4 +42,4 @@ + (instancetype) HBPartialMissingErrorWithPartialName:(NSString*)partialName; -@end \ No newline at end of file +@end diff --git a/src/handlebars-objc/handlebars-objc-ios-Prefix.pch b/src/handlebars-objc/handlebars-objc-ios-Prefix.pch index 0680be5..eb2007e 100644 --- a/src/handlebars-objc/handlebars-objc-ios-Prefix.pch +++ b/src/handlebars-objc/handlebars-objc-ios-Prefix.pch @@ -6,4 +6,4 @@ #ifdef __OBJC__ #import -#endif \ No newline at end of file +#endif diff --git a/src/handlebars-objc/helpers/HBHelperRegistry.h b/src/handlebars-objc/helpers/HBHelperRegistry.h index 249881f..f58d489 100644 --- a/src/handlebars-objc/helpers/HBHelperRegistry.h +++ b/src/handlebars-objc/helpers/HBHelperRegistry.h @@ -146,4 +146,4 @@ */ - (void)setObject:(id)object forKeyedSubscript:(id < NSCopying >)key; -@end \ No newline at end of file +@end