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/execution_api/local/local_action.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buildtool/execution_api/local/local_action.cpp') diff --git a/src/buildtool/execution_api/local/local_action.cpp b/src/buildtool/execution_api/local/local_action.cpp index 57a5bc54..0c71a84b 100644 --- a/src/buildtool/execution_api/local/local_action.cpp +++ b/src/buildtool/execution_api/local/local_action.cpp @@ -20,7 +20,7 @@ class BuildCleanupAnchor { BuildCleanupAnchor(BuildCleanupAnchor const&) = delete; BuildCleanupAnchor(BuildCleanupAnchor&&) = delete; auto operator=(BuildCleanupAnchor const&) -> BuildCleanupAnchor& = delete; - auto operator=(BuildCleanupAnchor &&) -> BuildCleanupAnchor& = delete; + auto operator=(BuildCleanupAnchor&&) -> BuildCleanupAnchor& = delete; ~BuildCleanupAnchor() { if (not LocalExecutionConfig::KeepBuildDir() and not FileSystemManager::RemoveDirectory(build_path, true)) { -- cgit v1.2.3