From 66e0bb76b40311245b9c59e2f3167e4e98027eba Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 16 Aug 2022 16:38:19 -0400 Subject: Fix whitespace Apparently clang-format changed its mind about special member functions, and binary_location.h was just never formatted to begin with. --- src/Patchage.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Patchage.hpp') diff --git a/src/Patchage.hpp b/src/Patchage.hpp index c4a4687..c3295bf 100644 --- a/src/Patchage.hpp +++ b/src/Patchage.hpp @@ -66,10 +66,10 @@ public: explicit Patchage(Options options); ~Patchage(); - Patchage(const Patchage&) = delete; + Patchage(const Patchage&) = delete; Patchage& operator=(const Patchage&) = delete; - Patchage(Patchage&&) = delete; + Patchage(Patchage&&) = delete; Patchage& operator=(Patchage&&) = delete; void operator()(const setting::AlsaAttached& setting); -- cgit v1.2.1