Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/sh NFC: whitespace (indentation).



details:   https://anonhg.NetBSD.org/src/rev/49de142d812a
branches:  trunk
changeset: 353480:49de142d812a
user:      kre <kre%NetBSD.org@localhost>
date:      Tue May 09 03:41:18 2017 +0000

description:
NFC: whitespace (indentation).

diffstat:

 bin/sh/eval.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r bbb0c5f3f8ee -r 49de142d812a bin/sh/eval.c
--- a/bin/sh/eval.c     Tue May 09 03:38:24 2017 +0000
+++ b/bin/sh/eval.c     Tue May 09 03:41:18 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: eval.c,v 1.136 2017/05/09 03:38:24 kre Exp $   */
+/*     $NetBSD: eval.c,v 1.137 2017/05/09 03:41:18 kre Exp $   */
 
 /*-
  * Copyright (c) 1993
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)eval.c     8.9 (Berkeley) 6/8/95";
 #else
-__RCSID("$NetBSD: eval.c,v 1.136 2017/05/09 03:38:24 kre Exp $");
+__RCSID("$NetBSD: eval.c,v 1.137 2017/05/09 03:41:18 kre Exp $");
 #endif
 #endif /* not lint */
 
@@ -368,7 +368,7 @@
                if (nflag)
                        break;
                if (evalskip) {
-skipping:        if (evalskip == SKIPCONT && --skipcount <= 0) {
+ skipping:             if (evalskip == SKIPCONT && --skipcount <= 0) {
                                evalskip = SKIPNONE;
                                continue;
                        }



Home | Main Index | Thread Index | Old Index