From 7aaaba70b131f91829473c867e59462824527914 Mon Sep 17 00:00:00 2001 From: Yao Zi Date: Mon, 23 Dec 2024 20:13:57 +0000 Subject: [PATCH] fix style in signal-base.h --- suite/tests/linux/signal-base.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/suite/tests/linux/signal-base.h b/suite/tests/linux/signal-base.h index 2bf1434c54d..33bf99ea5bf 100644 --- a/suite/tests/linux/signal-base.h +++ b/suite/tests/linux/signal-base.h @@ -326,9 +326,9 @@ int print("Got some timer hits!\n"); #endif - /* We leave the sigstack in place for the timer so any racy alarm arriving - * after we disabled the itimer will be on the alt stack. - */ + /* We leave the sigstack in place for the timer so any racy alarm arriving + * after we disabled the itimer will be on the alt stack. + */ #if USE_SIGSTACK && !USE_TIMER stack_t check_stack; rc = sigaltstack(NULL, &check_stack);