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>
Mon, 18 Oct 2021 19:11:27 +0000 (15:11 -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 5ed71fa4dc9ebce1e631694aa56364833371ccc0..cd1cbb6c349d1653c536075bf3fe8db69084a07e 100644 (file)
@@ -63,8 +63,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.024868 seconds and 4 git commands to generate.