Module Name:    src
Committed By:   gson
Date:           Sat May 13 15:03:34 UTC 2017

Modified Files:
        src/bin/sh: miscbltin.c

Log Message:
Fix inconsistent whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/bin/sh/miscbltin.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/sh/miscbltin.c
diff -u src/bin/sh/miscbltin.c:1.43 src/bin/sh/miscbltin.c:1.44
--- src/bin/sh/miscbltin.c:1.43	Sat May  9 13:28:55 2015
+++ src/bin/sh/miscbltin.c	Sat May 13 15:03:34 2017
@@ -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 @@ static const struct limits limits[] = {
 #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

Reply via email to