From 45cba2778426601bdffbcfe6aa7310aee76a6e54 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Wed, 23 Mar 2022 11:31:04 +0100 Subject: Apply changes suggested by clang-format 11 --- src/buildtool/multithreading/task_system.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buildtool/multithreading/task_system.hpp') diff --git a/src/buildtool/multithreading/task_system.hpp b/src/buildtool/multithreading/task_system.hpp index c2e46779..20950142 100644 --- a/src/buildtool/multithreading/task_system.hpp +++ b/src/buildtool/multithreading/task_system.hpp @@ -20,7 +20,7 @@ class TaskSystem { TaskSystem(TaskSystem const&) = delete; TaskSystem(TaskSystem&&) = delete; auto operator=(TaskSystem const&) -> TaskSystem& = delete; - auto operator=(TaskSystem &&) -> TaskSystem& = delete; + auto operator=(TaskSystem&&) -> TaskSystem& = delete; // Destructor calls sets to "done" all notification queues and joins the // threads. Note that joining the threads will wait until the Run method -- cgit v1.2.3