From 5a22520783325fde1011a52e3c9fdb907455937d Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Fri, 27 Sep 2024 04:11:24 +0900 Subject: [PATCH] test_mkfds: (cosmetic) remove whitespaces between a function and its arguments Signed-off-by: Masatake YAMATO --- tests/helpers/test_mkfds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/helpers/test_mkfds.c b/tests/helpers/test_mkfds.c index d727c7e04..24aaf419b 100644 --- a/tests/helpers/test_mkfds.c +++ b/tests/helpers/test_mkfds.c @@ -2495,7 +2495,7 @@ static void *make_timerfd(const struct factory *factory, struct fdesc fdescs[], const char *sclockid = ARG_STRING(clockid_); clockid_t clockid; - if (decode_clockid (sclockid, &clockid) == false) + if (decode_clockid(sclockid, &clockid) == false) err(EXIT_FAILURE, "unknown clockid: %s", sclockid); free_arg(&clockid_); -- 2.47.3