Skip to content

Commit

Permalink
formatting tidy-up
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Maxwell committed Jan 7, 2014
1 parent ff74fe0 commit 30aa8af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion UIAlertView+Blocks.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ typedef void (^UIAlertViewCompletionBlock) (UIAlertView *alertView, NSInteger bu

+ (void)showWithTitle:(NSString *)title
message:(NSString *)message
style :(UIAlertViewStyle) style
style:(UIAlertViewStyle)style
cancelButtonTitle:(NSString *)cancelButtonTitle
otherButtonTitles:(NSArray *)otherButtonTitles
tapBlock:(UIAlertViewCompletionBlock)tapBlock;
Expand Down
3 changes: 1 addition & 2 deletions UIAlertView+Blocks.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ @implementation UIAlertView (Blocks)

+ (void)showWithTitle:(NSString *)title
message:(NSString *)message
style :(UIAlertViewStyle) style
style:(UIAlertViewStyle)style
cancelButtonTitle:(NSString *)cancelButtonTitle
otherButtonTitles:(NSArray *)otherButtonTitles
tapBlock:(UIAlertViewCompletionBlock)tapBlock {
Expand Down Expand Up @@ -65,7 +65,6 @@ + (void)showWithTitle:(NSString *)title
cancelButtonTitle:cancelButtonTitle
otherButtonTitles:otherButtonTitles
tapBlock:tapBlock];

}

#pragma mark -
Expand Down

0 comments on commit 30aa8af

Please sign in to comment.