Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2014 10:34:55 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r268746 - head/usr.bin/timeout
Message-ID:  <201407161034.s6GAYtPK003170@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407161034.s6GAYtPK003170>