Skip to content

Commit a954756

Browse files
committed
libswift: clean up SIL/Type.swift formatting
1 parent eefcbf3 commit a954756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SwiftCompilerSources/Sources/SIL/Type.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ import SILBridging
1414

1515
public struct Type {
1616
var bridged: BridgedType
17-
17+
1818
public var isAddress: Bool { SILType_isAddress(bridged) != 0 }
1919
public var isObject: Bool { !isAddress }
20-
20+
2121
public func isTrivial(in function: Function) -> Bool {
2222
return SILType_isTrivial(bridged, function.bridged) != 0
2323
}

0 commit comments

Comments
 (0)