From: Masatake YAMATO Date: Thu, 26 Sep 2024 19:11:24 +0000 (+0900) Subject: test_mkfds: (cosmetic) remove whitespaces between a function and its arguments X-Git-Tag: v2.42-start~184^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5a22520783325fde1011a52e3c9fdb907455937d;p=thirdparty%2Futil-linux.git test_mkfds: (cosmetic) remove whitespaces between a function and its arguments Signed-off-by: Masatake YAMATO --- 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_);