Skip to content

Commit 409bc48

Browse files
wiseoldduckmaicki
authored andcommitted
Cleanup whitespace #trivial (#1507)
(It's easier to deal with these as silly oneoffs IMO than to have them conflated with real work)
1 parent e35db6b commit 409bc48

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Source/ASButtonNode+Private.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#import <AsyncDisplayKit/ASImageNode.h>
1212
#import <AsyncDisplayKit/ASStackLayoutDefines.h>
1313

14-
@interface ASButtonNode() {
14+
@interface ASButtonNode () {
1515
NSAttributedString *_normalAttributedTitle;
1616
NSAttributedString *_highlightedAttributedTitle;
1717
NSAttributedString *_selectedAttributedTitle;
@@ -29,14 +29,14 @@
2929
UIImage *_selectedBackgroundImage;
3030
UIImage *_selectedHighlightedBackgroundImage;
3131
UIImage *_disabledBackgroundImage;
32-
32+
3333
CGFloat _contentSpacing;
3434
UIEdgeInsets _contentEdgeInsets;
3535
ASTextNode *_titleNode;
3636
ASImageNode *_imageNode;
3737
ASImageNode *_backgroundImageNode;
3838

39-
BOOL _laysOutHorizontally;
39+
BOOL _laysOutHorizontally;
4040
ASVerticalAlignment _contentVerticalAlignment;
4141
ASHorizontalAlignment _contentHorizontalAlignment;
4242
ASButtonNodeImageAlignment _imageAlignment;

0 commit comments

Comments
 (0)