Skip to content

Commit 1ad6667

Browse files
committed
tests: fix coding style
1 parent f235a62 commit 1ad6667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Parse/ConditionalCompilation/x86_64PS4Target.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#if os(FreeBSD)
55
// This block should not parse.
66
// os(FreeBSD) does not imply os(PS4)
7-
let i : Int = "Hello"
7+
let i: Int = "Hello"
88
#endif
99

1010
#if arch(x86_64) && os(PS4) && _runtime(_Native) && _endian(little)

0 commit comments

Comments
 (0)