From 400105e44303e48b86a487e08de00cb68c76e420 Mon Sep 17 00:00:00 2001 From: Yao Zi Date: Mon, 23 Dec 2024 20:09:07 +0000 Subject: [PATCH] fix style --- core/unix/include/siginfo.h | 6 +++--- suite/tests/tools.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/unix/include/siginfo.h b/core/unix/include/siginfo.h index 89c8568166f..68be32146cd 100644 --- a/core/unix/include/siginfo.h +++ b/core/unix/include/siginfo.h @@ -36,9 +36,9 @@ typedef clock_t __clock_t; # endif # elif !defined(__GLIBC__) # define __WORDSIZE LONG_BIT - typedef uid_t __uid_t; - typedef pid_t __pid_t; - typedef clock_t __clock_t; +typedef uid_t __uid_t; +typedef pid_t __pid_t; +typedef clock_t __clock_t; # else # include # endif diff --git a/suite/tests/tools.c b/suite/tests/tools.c index 9ba23bc58b5..87feabf4cba 100644 --- a/suite/tests/tools.c +++ b/suite/tests/tools.c @@ -381,7 +381,7 @@ nolibc_print(const char *str) 3, # if defined(MACOS) || defined(ANDROID) stderr->_file, - /* TODO i#1973: handle opaque FILE * on musl libc */ + /* TODO i#1973: handle opaque FILE * on musl libc */ # elif defined(MUSL) STDERR_FILENO, # else