Skip to content

Commit

Permalink
Fixes -Wnewline-eof error
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedc committed Dec 8, 2012
1 parent 6360ae9 commit 650216d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SVPullToRefresh/UIScrollView+SVInfiniteScrolling.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ typedef NSUInteger SVInfiniteScrollingState;
- (void)startAnimating;
- (void)stopAnimating;

@end
@end
2 changes: 1 addition & 1 deletion SVPullToRefresh/UIScrollView+SVInfiniteScrolling.m
Original file line number Diff line number Diff line change
Expand Up @@ -297,4 +297,4 @@ - (void)setState:(SVInfiniteScrollingState)newState {
self.infiniteScrollingHandler();
}

@end
@end
2 changes: 1 addition & 1 deletion SVPullToRefresh/UIScrollView+SVPullToRefresh.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ typedef NSUInteger SVPullToRefreshState;
// deprecated; use [self.scrollView triggerPullToRefresh] instead
- (void)triggerRefresh DEPRECATED_ATTRIBUTE;

@end
@end

0 comments on commit 650216d

Please sign in to comment.