Module Name: src
Committed By: rillig
Date: Mon Feb 7 23:24:26 UTC 2022
Modified Files:
src/usr.bin/make: parse.c
Log Message:
make: remove stray empty line
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.662 -r1.663 src/usr.bin/make/parse.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/make/parse.c
diff -u src/usr.bin/make/parse.c:1.662 src/usr.bin/make/parse.c:1.663
--- src/usr.bin/make/parse.c:1.662 Sat Feb 5 00:37:19 2022
+++ src/usr.bin/make/parse.c Mon Feb 7 23:24:26 2022
@@ -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 @@ ApplyDependencySourceWait(bool isSpecial
RememberLocation(gn);
gn->type = OP_WAIT | OP_PHONY | OP_DEPENDS | OP_NOTMAIN;
LinkToTargets(gn, isSpecial);
-
}
static bool