include: remove spurious spaces in condition/session-rotation.h
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 6 Oct 2021 14:57:24 +0000 (10:57 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 14 Oct 2021 19:39:55 +0000 (15:39 -0400)
Change-Id: Ia525d24c3b4098dff5c50fb2c5d93c16f6e08f5c
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/lttng/condition/session-rotation.h

index ca2e757789b9aa1b38baefac88f6413ef1656950..afd1bbf89760bd905b8e944b8f3e76d694369d0d 100644 (file)
@@ -53,8 +53,8 @@ lttng_condition_session_rotation_ongoing_create(void);
  * Returns a new condition on success, NULL on failure. This condition must be
  * destroyed using lttng_condition_destroy().
  */
- extern struct lttng_condition *
- lttng_condition_session_rotation_completed_create(void);
+extern struct lttng_condition *
+lttng_condition_session_rotation_completed_create(void);
 
 /*
  * Get the session name property of a session rotation condition.
This page took 0.025058 seconds and 4 git commands to generate.