Skip to content

Commit 2535866

Browse files
committed
whitespace to align comments
1 parent 73d3a68 commit 2535866

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sys/kern/subr_prf.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: subr_prf.c,v 1.204 2025/10/17 08:07:43 skrll Exp $ */
1+
/* $NetBSD: subr_prf.c,v 1.205 2025/10/17 08:08:56 skrll Exp $ */
22

33
/*-
44
* Copyright (c) 1986, 1988, 1991, 1993
@@ -37,7 +37,7 @@
3737
*/
3838

3939
#include <sys/cdefs.h>
40-
__KERNEL_RCSID(0, "$NetBSD: subr_prf.c,v 1.204 2025/10/17 08:07:43 skrll Exp $");
40+
__KERNEL_RCSID(0, "$NetBSD: subr_prf.c,v 1.205 2025/10/17 08:08:56 skrll Exp $");
4141

4242
#ifdef _KERNEL_OPT
4343
#include "opt_ddb.h"
@@ -126,7 +126,7 @@ int dumponpanic = DUMP_ON_PANIC;
126126
* [e.g. to a "virtual console"].
127127
*/
128128

129-
void (*v_putc)(int) = cnputc; /* start with cnputc (normal cons) */
129+
void (*v_putc)(int) = cnputc; /* start with cnputc (normal cons) */
130130
void (*v_flush)(void) = cnflush; /* start with cnflush (normal cons) */
131131

132132
const char hexdigits[] = "0123456789abcdef";

0 commit comments

Comments
 (0)