Skip to content

Commit 21579ca

Browse files
committed
Improve whitespace format of preprocessor macros
No functional change.
1 parent d48ef11 commit 21579ca

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

PureLayout/PureLayoutTests/PureLayoutTestBase.h

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,13 @@
1212

1313

1414
#if TARGET_OS_IPHONE
15-
16-
#define VALUES(iOS, OSX) (iOS) // a macro that takes a value for each platform, and substitutes the value for the current platform
17-
#define ALLabel UILabel
18-
#define ALImageView UIImageView
19-
15+
# define VALUES(iOS, OSX) (iOS) // a macro that takes a value for each platform, and substitutes the value for the current platform
16+
# define ALLabel UILabel
17+
# define ALImageView UIImageView
2018
#else
21-
22-
#define VALUES(iOS, OSX) (OSX) // a macro that takes a value for each platform, and substitutes the value for the current platform
23-
#define ALLabel NSTextView
24-
#define ALImageView NSImageView
25-
19+
# define VALUES(iOS, OSX) (OSX) // a macro that takes a value for each platform, and substitutes the value for the current platform
20+
# define ALLabel NSTextView
21+
# define ALImageView NSImageView
2622
#endif /* TARGET_OS_IPHONE */
2723

2824

0 commit comments

Comments
 (0)