Skip to content

Commit f8d4e63

Browse files
committed
Add missing space in macOS device definition in template
Add missing space before `return -1`
1 parent 1b9b4bc commit f8d4e63

File tree

2 files changed

+61
-61
lines changed

2 files changed

+61
-61
lines changed

Source/Device.generated.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ public enum Device {
794794
case .unknown: return -1
795795
}
796796
#elseif os(macOS)
797-
return -1
797+
return -1
798798
#endif
799799
}
800800
#endif

0 commit comments

Comments
 (0)