src/win32: run clang-format

This commit is contained in:
Shen-Ta Hsieh 2020-12-02 07:20:03 +08:00 committed by Max Kellermann
parent d9e5d5ff5b
commit 7ef489e057

View File

@ -112,6 +112,6 @@ template <typename T>
void swap(ComPtr<T> &lhs, ComPtr<T> &rhs) noexcept {
lhs.swap(rhs);
}
}
} // namespace std
#endif