From c1b839ef65990e4c28373e2327a798b20816601e Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 23 Oct 2019 12:35:58 +0200 Subject: [PATCH] : Some more whitespace fixes. --- sys/sys/signal.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/sys/signal.h b/sys/sys/signal.h index 4c8dae4eb9..2c04ef1cc8 100644 --- a/sys/sys/signal.h +++ b/sys/sys/signal.h @@ -131,9 +131,9 @@ typedef __uint32_t uid_t; #define SIGUSR2 31 /* user defined signal 2 */ #endif #if __BSD_VISIBLE -#define SIGTHR 32 /* Thread interrupt (FreeBSD-5 reserved) */ -#define SIGCKPT 33 /* checkpoint and continue */ -#define SIGCKPTEXIT 34 /* checkpoint and exit */ +#define SIGTHR 32 /* Thread interrupt (FreeBSD-5 reserved) */ +#define SIGCKPT 33 /* checkpoint and continue */ +#define SIGCKPTEXIT 34 /* checkpoint and exit */ #endif #if __POSIX_VISIBLE >= 199309 || __XSI_VISIBLE -- 2.41.0