Source-Changes-HG archive

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

[src/trunk]: src/bin/sh Remove an end of file trailing blank line that served...



details:   https://anonhg.NetBSD.org/src/rev/ebb61a7d7d9f
branches:  trunk
changeset: 374176:ebb61a7d7d9f
user:      kre <kre%NetBSD.org@localhost>
date:      Fri Apr 07 10:42:28 2023 +0000

description:
Remove an end of file trailing blank line that served no purpose.

NFCI

diffstat:

 bin/sh/memalloc.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r a7cca7858356 -r ebb61a7d7d9f bin/sh/memalloc.c
--- a/bin/sh/memalloc.c Fri Apr 07 10:34:13 2023 +0000
+++ b/bin/sh/memalloc.c Fri Apr 07 10:42:28 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: memalloc.c,v 1.38 2023/04/07 10:34:13 kre Exp $        */
+/*     $NetBSD: memalloc.c,v 1.39 2023/04/07 10:42:28 kre Exp $        */
 
 /*-
  * Copyright (c) 1991, 1993
@@ -37,7 +37,7 @@
 #if 0
 static char sccsid[] = "@(#)memalloc.c 8.3 (Berkeley) 5/4/95";
 #else
-__RCSID("$NetBSD: memalloc.c,v 1.38 2023/04/07 10:34:13 kre Exp $");
+__RCSID("$NetBSD: memalloc.c,v 1.39 2023/04/07 10:42:28 kre Exp $");
 #endif
 #endif /* not lint */
 
@@ -402,4 +402,3 @@ ststrcat(size_t *lp, ...)
 
        return str;
 }
-



Home | Main Index | Thread Index | Old Index