From cae96888a30103f92b34d943c51ae0ba844e565f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 5 Sep 2024 16:23:39 -0400 Subject: [PATCH] clang-format: run clang-format on the tree MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It appears re-running clang-format produces additional changes after 7c8d0f41c. This state now seems stable for the moment. Signed-off-by: Jérémie Galarneau Change-Id: If46d7cab85fa6a5df41453b3ea3aa0e80782768d --- src/bin/lttng-sessiond/ust-app.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/lttng-sessiond/ust-app.hpp b/src/bin/lttng-sessiond/ust-app.hpp index e7c45de67..d43202fe7 100644 --- a/src/bin/lttng-sessiond/ust-app.hpp +++ b/src/bin/lttng-sessiond/ust-app.hpp @@ -451,7 +451,8 @@ namespace fmt { template <> struct formatter : formatter { template - typename FormatContextType::iterator format(const ust_app& app, FormatContextType& ctx) const + typename FormatContextType::iterator format(const ust_app& app, + FormatContextType& ctx) const { return format_to( ctx.out(), -- 2.34.1