region: make ostream output spacing consistent
This commit is contained in:
parent
2e0fa64494
commit
74f7bc2e1a
@ -340,7 +340,7 @@ util::region<S,T>::operator== (region rhs) const
|
|||||||
template <size_t S, typename T>
|
template <size_t S, typename T>
|
||||||
std::ostream&
|
std::ostream&
|
||||||
util::operator<< (std::ostream &os, const util::region<S,T> &rhs) {
|
util::operator<< (std::ostream &os, const util::region<S,T> &rhs) {
|
||||||
return os << "{position: " << rhs.p << ", extent: " << rhs.e << "}";
|
return os << "{ position: " << rhs.p << ", extent: " << rhs.e << " }";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user