summaryrefslogtreecommitdiffstats
path: root/include/raul/Path.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-20 11:05:07 -0400
committerDavid Robillard <d@drobilla.net>2022-07-20 16:24:23 -0400
commite883d87e43b06b54a810413d0a728ace1e9c26a0 (patch)
tree1e11f8a40ff91f4c78b870c08337979fbc052691 /include/raul/Path.hpp
parentd7653e3feed6da300d4cff31860d6c26b24ec329 (diff)
downloadraul-e883d87e43b06b54a810413d0a728ace1e9c26a0.tar.gz
raul-e883d87e43b06b54a810413d0a728ace1e9c26a0.tar.bz2
raul-e883d87e43b06b54a810413d0a728ace1e9c26a0.zip
Clean up special member functions and format with clang-format 14
Diffstat (limited to 'include/raul/Path.hpp')
-rw-r--r--include/raul/Path.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/raul/Path.hpp b/include/raul/Path.hpp
index 0be7e99..b204bab 100644
--- a/include/raul/Path.hpp
+++ b/include/raul/Path.hpp
@@ -66,11 +66,10 @@ public:
}
}
- Path(const Path& path) = default;
+ Path(const Path& path) = default;
Path& operator=(const Path& path) = default;
-
- Path(Path&& path) = default;
- Path& operator=(Path&& path) = default;
+ Path(Path&& path) = default;
+ Path& operator=(Path&& path) = default;
~Path() = default;