From 6aed44b053a083ad1f65efc7b398b008b9ba2125 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Wed, 6 Oct 2021 10:57:24 -0400 Subject: [PATCH] include: remove spurious spaces in condition/session-rotation.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ia525d24c3b4098dff5c50fb2c5d93c16f6e08f5c Signed-off-by: Simon Marchi Signed-off-by: Jérémie Galarneau --- include/lttng/condition/session-rotation.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.34.1