From 8b705cd9a29745095afb59804dbe6f0be2502be0 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 16 Jul 2014 10:34:55 +0000 Subject: [PATCH] Fix indentation --- usr.bin/timeout/timeout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/timeout/timeout.c b/usr.bin/timeout/timeout.c index 290e186c75b..21234177067 100644 --- a/usr.bin/timeout/timeout.c +++ b/usr.bin/timeout/timeout.c @@ -330,7 +330,7 @@ main(int argc, char **argv) pstat = 128 + WTERMSIG(pstat); if (timedout && !preserve) - pstat = EXIT_TIMEOUT; + pstat = EXIT_TIMEOUT; return (pstat); }