Clean-up: consumer.hpp: coding style indentation fix
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 30 Apr 2024 19:35:32 +0000 (15:35 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 30 Apr 2024 19:36:29 +0000 (15:36 -0400)
Caught this that slipped by when running ./format-cpp

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ie16dc145d0776acba2ddcee31f2180b840112921

src/common/consumer/consumer.hpp

index 310969172d73f656a258d038cfdb1c0c55c9441f..851b3e2b8137eaef4d5904b19deb81a3f9921bdf 100644 (file)
@@ -922,7 +922,7 @@ void lttng_consumer_set_command_sock_path(struct lttng_consumer_local_data *ctx,
  * on error.
  */
 int lttng_consumer_send_error(struct lttng_consumer_local_data *ctx,
-               enum lttcomm_return_code error_code);
+                             enum lttcomm_return_code error_code);
 
 /*
  * Called from signal handler to ensure a clean exit.
This page took 0.026371 seconds and 4 git commands to generate.