svn commit: r268746 - head/usr.bin/timeout

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 16 10:34:55 UTC 2014


Author: bapt
Date: Wed Jul 16 10:34:55 2014
New Revision: 268746
URL: http://svnweb.freebsd.org/changeset/base/268746

Log:
  Fix indentation

Modified:
  head/usr.bin/timeout/timeout.c

Modified: head/usr.bin/timeout/timeout.c
==============================================================================
--- head/usr.bin/timeout/timeout.c	Wed Jul 16 09:55:36 2014	(r268745)
+++ head/usr.bin/timeout/timeout.c	Wed Jul 16 10:34:55 2014	(r268746)
@@ -330,7 +330,7 @@ main(int argc, char **argv)
 		pstat = 128 + WTERMSIG(pstat);
 
 	if (timedout && !preserve)
-			pstat = EXIT_TIMEOUT;
+		pstat = EXIT_TIMEOUT;
 
 	return (pstat);
 }


More information about the svn-src-all mailing list