]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
test_mkfds: (cosmetic) remove whitespaces between a function and its arguments
authorMasatake YAMATO <yamato@redhat.com>
Thu, 26 Sep 2024 19:11:24 +0000 (04:11 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Tue, 1 Oct 2024 17:43:11 +0000 (02:43 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
tests/helpers/test_mkfds.c

index d727c7e04ef26b58f29a83ed6857e4f7ec4a66b9..24aaf419b2e262ff622d3502e21fe58a4aaf0d0b 100644 (file)
@@ -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_);