]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
waitpid: delete trailing whitespace
authorThomas Weißschuh <thomas@t-8ch.de>
Sat, 11 Feb 2023 04:25:20 +0000 (04:25 +0000)
committerThomas Weißschuh <thomas@t-8ch.de>
Sat, 11 Feb 2023 04:25:20 +0000 (04:25 +0000)
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
misc-utils/waitpid.c

index 0a66d549237337dcef89320c5afb763a663215c6..0be89faf113d22ce0f6903349c2d2f87c9bfcfd2 100644 (file)
@@ -82,7 +82,7 @@ static int open_timeoutfd(void)
 
        if (!timeout.tv_sec && !timeout.tv_nsec)
                return -1;
-       
+
        timer.it_value = timeout;
 
        fd = timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC);