Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/make make: remove stray empty line



details:   https://anonhg.NetBSD.org/src/rev/7d4b9bf790b8
branches:  trunk
changeset: 360005:7d4b9bf790b8
user:      rillig <rillig%NetBSD.org@localhost>
date:      Mon Feb 07 23:24:26 2022 +0000

description:
make: remove stray empty line

No functional change.

diffstat:

 usr.bin/make/parse.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r c6cf358b6241 -r 7d4b9bf790b8 usr.bin/make/parse.c
--- a/usr.bin/make/parse.c      Mon Feb 07 22:43:50 2022 +0000
+++ b/usr.bin/make/parse.c      Mon Feb 07 23:24:26 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: parse.c,v 1.662 2022/02/05 00:37:19 sjg Exp $  */
+/*     $NetBSD: parse.c,v 1.663 2022/02/07 23:24:26 rillig Exp $       */
 
 /*
  * Copyright (c) 1988, 1989, 1990, 1993
@@ -106,7 +106,7 @@
 #include "pathnames.h"
 
 /*     "@(#)parse.c    8.3 (Berkeley) 3/19/94" */
-MAKE_RCSID("$NetBSD: parse.c,v 1.662 2022/02/05 00:37:19 sjg Exp $");
+MAKE_RCSID("$NetBSD: parse.c,v 1.663 2022/02/07 23:24:26 rillig Exp $");
 
 /*
  * A file being read.
@@ -707,7 +707,6 @@
                RememberLocation(gn);
        gn->type = OP_WAIT | OP_PHONY | OP_DEPENDS | OP_NOTMAIN;
        LinkToTargets(gn, isSpecial);
-
 }
 
 static bool



Home | Main Index | Thread Index | Old Index