Module Name: src
Committed By: skrll
Date: Thu Nov 21 07:20:10 UTC 2024
Modified Files:
src/usr.sbin/crash: crash.c
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/usr.sbin/crash/crash.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.sbin/crash/crash.c
diff -u src/usr.sbin/crash/crash.c:1.16 src/usr.sbin/crash/crash.c:1.17
--- src/usr.sbin/crash/crash.c:1.16 Mon Dec 11 14:00:47 2023
+++ src/usr.sbin/crash/crash.c Thu Nov 21 07:20:10 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: crash.c,v 1.16 2023/12/11 14:00:47 mlelstv Exp $ */
+/* $NetBSD: crash.c,v 1.17 2024/11/21 07:20:10 skrll Exp $ */
/*-
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: crash.c,v 1.16 2023/12/11 14:00:47 mlelstv Exp $");
+__RCSID("$NetBSD: crash.c,v 1.17 2024/11/21 07:20:10 skrll Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -115,7 +115,7 @@ db_vprintf(const char *fmt, va_list ap)
c = vsnprintf(buf, sizeof(buf), fmt, ap);
for (b = 0; b < c; b++) {
db_putchar(buf[b]);
- }
+ }
}
void