Fix indentation

This commit is contained in:
Baptiste Daroussin 2014-07-16 10:34:55 +00:00
parent 42148fc49d
commit 8b705cd9a2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268746

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);
}