From 63bea93a026988668b401d7ec1b34e5387d101a7 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 19 Sep 2024 17:56:19 +0800 Subject: [PATCH] signal: remove trailing spaces Signed-off-by: Kefu Chai --- include/seastar/core/signal.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/seastar/core/signal.hh b/include/seastar/core/signal.hh index 4eee2de44b..830016a180 100644 --- a/include/seastar/core/signal.hh +++ b/include/seastar/core/signal.hh @@ -28,11 +28,11 @@ namespace seastar { SEASTAR_MODULE_EXPORT_BEGIN -/// \brief Sets a signal handler for the specified signal. +/// \brief Sets a signal handler for the specified signal. /// /// \param signo Signal number. /// \param handler Function to handle the signal. -/// \param once Should the handler be invoked only once. +/// \param once Should the handler be invoked only once. void handle_signal(int signo, noncopyable_function&& handler, bool once = false); SEASTAR_MODULE_EXPORT_END