Source-Changes-HG archive

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

[src/trunk]: src/bin/sh Fix inconsistent whitespace



details:   https://anonhg.NetBSD.org/src/rev/aaab10fdd220
branches:  trunk
changeset: 823886:aaab10fdd220
user:      gson <gson%NetBSD.org@localhost>
date:      Sat May 13 15:03:34 2017 +0000

description:
Fix inconsistent whitespace

diffstat:

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

diffs (27 lines):

diff -r 2703bddc3bf2 -r aaab10fdd220 bin/sh/miscbltin.c
--- a/bin/sh/miscbltin.c        Sat May 13 13:17:11 2017 +0000
+++ b/bin/sh/miscbltin.c        Sat May 13 15:03:34 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: miscbltin.c,v 1.43 2015/05/09 13:28:55 christos Exp $  */
+/*     $NetBSD: miscbltin.c,v 1.44 2017/05/13 15:03:34 gson Exp $      */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)miscbltin.c        8.4 (Berkeley) 5/4/95";
 #else
-__RCSID("$NetBSD: miscbltin.c,v 1.43 2015/05/09 13:28:55 christos Exp $");
+__RCSID("$NetBSD: miscbltin.c,v 1.44 2017/05/13 15:03:34 gson Exp $");
 #endif
 #endif /* not lint */
 
@@ -321,7 +321,7 @@
 #ifdef RLIMIT_STACK
        { "stack",      "kbytes",       RLIMIT_STACK,   1024, 's' },
 #endif
-#ifdef  RLIMIT_CORE
+#ifdef RLIMIT_CORE
        { "coredump",   "blocks",       RLIMIT_CORE,     512, 'c' },
 #endif
 #ifdef RLIMIT_RSS



Home | Main Index | Thread Index | Old Index