Ver Fonte

Add newlines to the ends of the files to prevent warnings when GCC_WARN_ABOUT_MISSING_NEWLINE is turned on

Sherman Lo há 12 anos atrás
pai
commit
d575b7e781

+ 1 - 1
Masonry/MASConstraint.h

@@ -133,4 +133,4 @@
  */
  */
 - (void)constraint:(id<MASConstraint>)constraint shouldBeReplacedWithConstraint:(id<MASConstraint>)replacementConstraint;
 - (void)constraint:(id<MASConstraint>)constraint shouldBeReplacedWithConstraint:(id<MASConstraint>)replacementConstraint;
 
 
-@end
+@end

+ 1 - 1
Masonry/MASViewConstraint.h

@@ -31,4 +31,4 @@
  */
  */
 - (id)initWithFirstViewAttribute:(MASViewAttribute *)firstViewAttribute;
 - (id)initWithFirstViewAttribute:(MASViewAttribute *)firstViewAttribute;
 
 
-@end
+@end

+ 1 - 1
Masonry/Masonry-Prefix.pch

@@ -25,4 +25,4 @@
 
 
 #ifdef __OBJC__
 #ifdef __OBJC__
     #import <Foundation/Foundation.h>
     #import <Foundation/Foundation.h>
-#endif
+#endif

+ 1 - 1
Masonry/Masonry.h

@@ -15,4 +15,4 @@
 #import "MASViewConstraint.h"
 #import "MASViewConstraint.h"
 #import "MASConstraintMaker.h"
 #import "MASConstraintMaker.h"
 #import "MASLayoutConstraint.h"
 #import "MASLayoutConstraint.h"
-#import "NSLayoutConstraint+MASDebugAdditions.h"
+#import "NSLayoutConstraint+MASDebugAdditions.h"

+ 1 - 1
Masonry/NSLayoutConstraint+MASDebugAdditions.h

@@ -13,4 +13,4 @@
  */
  */
 @interface NSLayoutConstraint (MASDebugAdditions)
 @interface NSLayoutConstraint (MASDebugAdditions)
 
 
-@end
+@end

+ 1 - 1
Masonry/View+MASAdditions.h

@@ -52,4 +52,4 @@
  */
  */
 - (NSArray *)mas_makeConstraints:(void(^)(MASConstraintMaker *make))block;
 - (NSArray *)mas_makeConstraints:(void(^)(MASConstraintMaker *make))block;
 
 
-@end
+@end

+ 1 - 1
Masonry/View+MASAdditions.m

@@ -93,4 +93,4 @@
     return closestCommonSuperview;
     return closestCommonSuperview;
 }
 }
 
 
-@end
+@end