summaryrefslogtreecommitdiffstats
path: root/include/sord/sordmm.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-15 08:56:16 -0500
committerDavid Robillard <d@drobilla.net>2024-11-15 08:56:16 -0500
commit8f29b993fdce549ab44f3529396d0cfb08637e01 (patch)
treed77e9a1c3498b2d96b89f680ecd615f3cc161adf /include/sord/sordmm.hpp
parentaf0663da39d5526b081ab6a6c791240958c7032d (diff)
downloadsord-8f29b993fdce549ab44f3529396d0cfb08637e01.tar.gz
sord-8f29b993fdce549ab44f3529396d0cfb08637e01.tar.bz2
sord-8f29b993fdce549ab44f3529396d0cfb08637e01.zip
Add clang-format configuration
Diffstat (limited to 'include/sord/sordmm.hpp')
-rw-r--r--include/sord/sordmm.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sord/sordmm.hpp b/include/sord/sordmm.hpp
index abd1c33..236e891 100644
--- a/include/sord/sordmm.hpp
+++ b/include/sord/sordmm.hpp
@@ -42,10 +42,10 @@ public:
Noncopyable() = default;
~Noncopyable() = default;
- Noncopyable(const Noncopyable&) = delete;
+ Noncopyable(const Noncopyable&) = delete;
const Noncopyable& operator=(const Noncopyable&) = delete;
- Noncopyable(Noncopyable&&) = delete;
+ Noncopyable(Noncopyable&&) = delete;
Noncopyable& operator=(Noncopyable&&) = delete;
};
@@ -441,7 +441,7 @@ struct Iter : public Wrapper<SordIter> {
, _world(world)
{}
- Iter(const Iter&) = delete;
+ Iter(const Iter&) = delete;
Iter& operator=(const Iter&) = delete;
inline Iter(Iter&& iter) noexcept