diff options
author | Shen-Ta Hsieh <ibmibmibm.tw@gmail.com> | 2020-12-02 07:20:03 +0800 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2021-02-15 17:50:51 +0100 |
commit | 7ef489e0574f9ee3a2c2bd71ca5d394d88281a56 (patch) | |
tree | db462d9c9b8050a8a0cdda11d52e07547be6a6e7 /src | |
parent | d9e5d5ff5b8e0239eed307e94a72c3520c01fad3 (diff) |
src/win32: run clang-format
Diffstat (limited to 'src')
-rw-r--r-- | src/win32/ComPtr.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/ComPtr.hxx b/src/win32/ComPtr.hxx index 6f0f37050..325c06c10 100644 --- a/src/win32/ComPtr.hxx +++ b/src/win32/ComPtr.hxx @@ -112,6 +112,6 @@ template <typename T> void swap(ComPtr<T> &lhs, ComPtr<T> &rhs) noexcept { lhs.swap(rhs); } -} +} // namespace std #endif |