src/win32: run clang-format
This commit is contained in:
parent
d9e5d5ff5b
commit
7ef489e057
@ -112,6 +112,6 @@ template <typename T>
|
|||||||
void swap(ComPtr<T> &lhs, ComPtr<T> &rhs) noexcept {
|
void swap(ComPtr<T> &lhs, ComPtr<T> &rhs) noexcept {
|
||||||
lhs.swap(rhs);
|
lhs.swap(rhs);
|
||||||
}
|
}
|
||||||
}
|
} // namespace std
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user