Module Name:    src
Committed By:   tsutsui
Date:           Fri Dec 20 22:43:26 UTC 2024

Modified Files:
        src/sys/arch/hp300/hp300: autoconf.c

Log Message:
Remove trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/sys/arch/hp300/hp300/autoconf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/hp300/hp300/autoconf.c
diff -u src/sys/arch/hp300/hp300/autoconf.c:1.114 src/sys/arch/hp300/hp300/autoconf.c:1.115
--- src/sys/arch/hp300/hp300/autoconf.c:1.114	Sat May 11 19:16:19 2024
+++ src/sys/arch/hp300/hp300/autoconf.c	Fri Dec 20 22:43:26 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: autoconf.c,v 1.114 2024/05/11 19:16:19 tsutsui Exp $	*/
+/*	$NetBSD: autoconf.c,v 1.115 2024/12/20 22:43:26 tsutsui Exp $	*/
 
 /*-
  * Copyright (c) 1996, 1997, 2002 The NetBSD Foundation, Inc.
@@ -88,7 +88,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.114 2024/05/11 19:16:19 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.115 2024/12/20 22:43:26 tsutsui Exp $");
 
 #include "dvbox.h"
 #include "gbox.h"
@@ -293,11 +293,11 @@ hp300_ih_free(struct m68k_intrhand *ih)
 {
 	kmem_free(ih, sizeof(struct hp300_intrhand));
 }
- 
-static const struct m68k_ih_allocfuncs hp300_ih_allocfuncs = { 
+
+static const struct m68k_ih_allocfuncs hp300_ih_allocfuncs = {
 	.alloc = hp300_ih_alloc,
 	.free  = hp300_ih_free,
-}; 
+};
 
 /*
  * Determine the device configuration for the running system.

Reply via email to