Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/make Nix trailing whitespace.
details: https://anonhg.NetBSD.org/src/rev/da44789a6282
branches: trunk
changeset: 936122:da44789a6282
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Jul 19 15:42:25 2020 +0000
description:
Nix trailing whitespace.
diffstat:
usr.bin/make/hash.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r d4d21132c90a -r da44789a6282 usr.bin/make/hash.c
--- a/usr.bin/make/hash.c Sun Jul 19 15:33:08 2020 +0000
+++ b/usr.bin/make/hash.c Sun Jul 19 15:42:25 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hash.c,v 1.23 2020/07/18 21:37:38 sjg Exp $ */
+/* $NetBSD: hash.c,v 1.24 2020/07/19 15:42:25 riastradh Exp $ */
/*
* Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
@@ -70,14 +70,14 @@
*/
#ifndef MAKE_NATIVE
-static char rcsid[] = "$NetBSD: hash.c,v 1.23 2020/07/18 21:37:38 sjg Exp $";
+static char rcsid[] = "$NetBSD: hash.c,v 1.24 2020/07/19 15:42:25 riastradh Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
#if 0
static char sccsid[] = "@(#)hash.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: hash.c,v 1.23 2020/07/18 21:37:38 sjg Exp $");
+__RCSID("$NetBSD: hash.c,v 1.24 2020/07/19 15:42:25 riastradh Exp $");
#endif
#endif /* not lint */
#endif
@@ -242,7 +242,7 @@
chainlen = 0;
for (e = t->bucketPtr[h & t->mask]; e != NULL; e = e->next) {
chainlen++;
- if (e->namehash == h && strcmp(e->name, p) == 0)
+ if (e->namehash == h && strcmp(e->name, p) == 0)
break;
}
if (chainlen > t->maxlen)
Home |
Main Index |
Thread Index |
Old Index