Skip to content

Commit

Permalink
Add missing space in macOS device definition in template
Browse files Browse the repository at this point in the history
Add missing space before `return -1`
  • Loading branch information
e-marchand committed Nov 27, 2019
1 parent 1b9b4bc commit f8d4e63
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion Source/Device.generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ public enum Device {
case .unknown: return -1
}
#elseif os(macOS)
return -1
return -1
#endif
}
#endif
Expand Down
Loading

0 comments on commit f8d4e63

Please sign in to comment.