Module Name: src
Committed By: rillig
Date: Mon Dec 28 22:16:42 UTC 2020
Modified Files:
src/usr.bin/xlint/common: mem.c
Log Message:
lint: remove trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/xlint/common/mem.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/xlint/common/mem.c
diff -u src/usr.bin/xlint/common/mem.c:1.9 src/usr.bin/xlint/common/mem.c:1.10
--- src/usr.bin/xlint/common/mem.c:1.9 Mon Dec 28 21:24:55 2020
+++ src/usr.bin/xlint/common/mem.c Mon Dec 28 22:16:42 2020
@@ -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 @@ xmapalloc(size_t len)
err(1, "Cannot map memory for %lu bytes", (unsigned long)len);
return p;
}
-
\ No newline at end of file