Skip to content

Commit

Permalink
Additional minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jhersh committed Feb 11, 2015
1 parent 229b044 commit e9fc0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IFTTTAnimatedScrollViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import "IFTTTJazzHands.h"

static inline CGFloat IFTTTMaxContentOffsetXForScrollView(UIScrollView *scrollView)
CG_INLINE CGFloat IFTTTMaxContentOffsetXForScrollView(UIScrollView *scrollView)
{
return scrollView.contentSize.width + scrollView.contentInset.right - CGRectGetWidth(scrollView.bounds);
}
Expand Down

0 comments on commit e9fc0c4

Please sign in to comment.