Skip to content

Commit

Permalink
Cleanup whitespace #trivial (#1507)
Browse files Browse the repository at this point in the history
(It's easier to deal with these as silly oneoffs IMO than to
have them conflated with real work)
  • Loading branch information
wiseoldduck authored and maicki committed May 9, 2019
1 parent e35db6b commit 409bc48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/ASButtonNode+Private.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#import <AsyncDisplayKit/ASImageNode.h>
#import <AsyncDisplayKit/ASStackLayoutDefines.h>

@interface ASButtonNode() {
@interface ASButtonNode () {
NSAttributedString *_normalAttributedTitle;
NSAttributedString *_highlightedAttributedTitle;
NSAttributedString *_selectedAttributedTitle;
Expand All @@ -29,14 +29,14 @@
UIImage *_selectedBackgroundImage;
UIImage *_selectedHighlightedBackgroundImage;
UIImage *_disabledBackgroundImage;

CGFloat _contentSpacing;
UIEdgeInsets _contentEdgeInsets;
ASTextNode *_titleNode;
ASImageNode *_imageNode;
ASImageNode *_backgroundImageNode;

BOOL _laysOutHorizontally;
BOOL _laysOutHorizontally;
ASVerticalAlignment _contentVerticalAlignment;
ASHorizontalAlignment _contentHorizontalAlignment;
ASButtonNodeImageAlignment _imageAlignment;
Expand Down

0 comments on commit 409bc48

Please sign in to comment.