Fix indentation

This commit is contained in:
bapt 2014-07-16 10:34:55 +00:00
parent 352b002169
commit dbe8ba01f7

View File

@ -330,7 +330,7 @@ main(int argc, char **argv)
pstat = 128 + WTERMSIG(pstat);
if (timedout && !preserve)
pstat = EXIT_TIMEOUT;
pstat = EXIT_TIMEOUT;
return (pstat);
}