From: Simon Marchi Date: Wed, 6 Oct 2021 14:57:24 +0000 (-0400) Subject: include: remove spurious spaces in condition/session-rotation.h X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=6aed44b053a083ad1f65efc7b398b008b9ba2125 include: remove spurious spaces in condition/session-rotation.h Change-Id: Ia525d24c3b4098dff5c50fb2c5d93c16f6e08f5c Signed-off-by: Simon Marchi Signed-off-by: Jérémie Galarneau --- diff --git a/include/lttng/condition/session-rotation.h b/include/lttng/condition/session-rotation.h index ca2e75778..afd1bbf89 100644 --- a/include/lttng/condition/session-rotation.h +++ b/include/lttng/condition/session-rotation.h @@ -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.