Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/xlint/common lint: remove trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/bd5f63ad2ff5
branches: trunk
changeset: 948685:bd5f63ad2ff5
user: rillig <rillig%NetBSD.org@localhost>
date: Mon Dec 28 22:16:42 2020 +0000
description:
lint: remove trailing whitespace
diffstat:
usr.bin/xlint/common/mem.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r 3ca621e8ed92 -r bd5f63ad2ff5 usr.bin/xlint/common/mem.c
--- a/usr.bin/xlint/common/mem.c Mon Dec 28 21:24:55 2020 +0000
+++ b/usr.bin/xlint/common/mem.c Mon Dec 28 22:16:42 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mem.c,v 1.9 2020/12/28 21:24:55 rillig Exp $ */
+/* $NetBSD: mem.c,v 1.10 2020/12/28 22:16:42 rillig Exp $ */
/*
* Copyright (c) 1994, 1995 Jochen Pohl
@@ -37,7 +37,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: mem.c,v 1.9 2020/12/28 21:24:55 rillig Exp $");
+__RCSID("$NetBSD: mem.c,v 1.10 2020/12/28 22:16:42 rillig Exp $");
#endif
#include <sys/param.h>
@@ -137,4 +137,3 @@
err(1, "Cannot map memory for %lu bytes", (unsigned long)len);
return p;
}
-
\ No newline at end of file
Home |
Main Index |
Thread Index |
Old Index