mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
A header shouldn't contain a function body unless the function is inline. Following gribozavr's suggestion, I'm using the easier solution of omitting the semicolon from the function prototype. (In response to review comments.)