Skip to content

Commit

Permalink
Remove trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutsui committed Dec 20, 2024
1 parent 1d7fdc8 commit 192cd2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions sys/arch/hp300/dev/topcat.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $NetBSD: topcat.c,v 1.12 2024/05/04 16:06:57 tsutsui Exp $ */
/* $NetBSD: topcat.c,v 1.13 2024/12/20 22:42:57 tsutsui Exp $ */
/* $OpenBSD: topcat.c,v 1.15 2006/08/11 18:33:13 miod Exp $ */

/*
Expand Down Expand Up @@ -354,7 +354,7 @@ topcat_reset(struct diofb *fb, int scode, struct diofbreg *fbr)
* instead of 512. It looks these boards have actually have
* enough 64KB (1bpp) or 256KB (4bpp) VRAM and RAMDAC capabilities
* to display 1024x400 pixels.
*
*
* However HP's officlal "Service Information Manual" for
* "HP 900 Series 300 Computers Models 330/350" says:
* "The medium-resolution board uses eight memory chips per plane.
Expand Down
10 changes: 5 additions & 5 deletions sys/arch/hp300/hp300/autoconf.c
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 192cd2d

Please sign in to comment.