From e883d87e43b06b54a810413d0a728ace1e9c26a0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 20 Jul 2022 11:05:07 -0400 Subject: Clean up special member functions and format with clang-format 14 --- include/raul/Socket.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'include/raul/Socket.hpp') diff --git a/include/raul/Socket.hpp b/include/raul/Socket.hpp index db51645..28a3c3a 100644 --- a/include/raul/Socket.hpp +++ b/include/raul/Socket.hpp @@ -35,11 +35,10 @@ public: /// Wrap an existing open socket Socket(Type t, std::string uri, sockaddr* addr, socklen_t addr_len, int fd); - Socket(const Socket&) = delete; + Socket(const Socket&) = delete; Socket& operator=(const Socket&) = delete; - - Socket(Socket&&) = delete; - Socket& operator=(Socket&&) = delete; + Socket(Socket&&) = delete; + Socket& operator=(Socket&&) = delete; ~Socket(); -- cgit v1.2.1