Skip to content

Commit

Permalink
signal: remove trailing spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Sep 19, 2024
1 parent 9559410 commit 63bea93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/seastar/core/signal.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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<void ()>&& handler, bool once = false);

SEASTAR_MODULE_EXPORT_END
Expand Down

0 comments on commit 63bea93

Please sign in to comment.