clang-format: run clang-format on the tree
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2024 20:23:39 +0000 (16:23 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 5 Sep 2024 20:24:23 +0000 (16:24 -0400)
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 <jeremie.galarneau@efficios.com>
Change-Id: If46d7cab85fa6a5df41453b3ea3aa0e80782768d

src/bin/lttng-sessiond/ust-app.hpp

index e7c45de67877cd03015ddd4cb33e5a33bdefd83e..d43202fe7566ce01c66ddc4c09a0f9fffe14fb13 100644 (file)
@@ -451,7 +451,8 @@ namespace fmt {
 template <>
 struct formatter<ust_app> : formatter<std::string> {
        template <typename FormatContextType>
-       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(),
This page took 0.026154 seconds and 4 git commands to generate.