From a5f44ec92558e229cf6927b321f5f7903af8b412 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 18 Dec 2019 09:49:54 -0500 Subject: cmAddCustomCommandCommand: remove unnecessary braces --- Source/cmAddCustomCommandCommand.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/cmAddCustomCommandCommand.cxx b/Source/cmAddCustomCommandCommand.cxx index 52fc5d5..995088c 100644 --- a/Source/cmAddCustomCommandCommand.cxx +++ b/Source/cmAddCustomCommandCommand.cxx @@ -261,9 +261,9 @@ bool cmAddCustomCommandCommand(std::vector const& args, case doing_target: target = copy; break; - case doing_depends: { + case doing_depends: depends.push_back(copy); - } break; + break; case doing_outputs: outputs.push_back(filename); break; -- cgit v0.12