summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShen-Ta Hsieh <ibmibmibm.tw@gmail.com>2020-12-02 07:20:03 +0800
committerMax Kellermann <max@musicpd.org>2021-02-15 17:50:51 +0100
commit7ef489e0574f9ee3a2c2bd71ca5d394d88281a56 (patch)
treedb462d9c9b8050a8a0cdda11d52e07547be6a6e7 /src
parentd9e5d5ff5b8e0239eed307e94a72c3520c01fad3 (diff)
src/win32: run clang-format
Diffstat (limited to 'src')
-rw-r--r--src/win32/ComPtr.hxx2
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