[gardening] Minor comment fix

This commit is contained in:
danra
2016-03-22 23:09:06 +02:00
parent f045d611ee
commit f63f165b54

View File

@@ -24,6 +24,6 @@ namespace swift {
constexpr const T& min(const T &a, const T &b) {
return !(b < a) ? a : b;
}
} // namespace swift
} // end namespace swift
#endif /* SWIFT_BASIC_ALGORITHM_H */