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/main/main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/buildtool/main/main.cpp') diff --git a/src/buildtool/main/main.cpp b/src/buildtool/main/main.cpp index 805cec05..56b31074 100644 --- a/src/buildtool/main/main.cpp +++ b/src/buildtool/main/main.cpp @@ -347,8 +347,9 @@ template oss << fmt::format("Cycle detected in {}:", name) << std::endl; for (auto const& k : *cycle) { auto match = (k == cycle->back()); - auto prefix{match ? found ? "`-- "s : ".-> "s - : found ? "| "s : " "s}; + auto prefix{match ? found ? "`-- "s : ".-> "s + : found ? "| "s + : " "s}; oss << prefix << k.ToString() << std::endl; found = found or match; } -- cgit v1.2.3