Skip to content

Commit 58d1156

Browse files
riastradhriastradh
authored andcommitted
hppa/summitfb(4): Nix trailing whitespace again.
1 parent e9e76ef commit 58d1156

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sys/arch/hppa/dev/summitfb.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: summitfb.c,v 1.27 2025/01/06 17:33:28 macallan Exp $ */
1+
/* $NetBSD: summitfb.c,v 1.28 2025/01/07 05:36:35 riastradh Exp $ */
22

33
/* $OpenBSD: sti_pci.c,v 1.7 2009/02/06 22:51:04 miod Exp $ */
44

@@ -27,7 +27,7 @@
2727
*/
2828

2929
#include <sys/cdefs.h>
30-
__KERNEL_RCSID(0, "$NetBSD: summitfb.c,v 1.27 2025/01/06 17:33:28 macallan Exp $");
30+
__KERNEL_RCSID(0, "$NetBSD: summitfb.c,v 1.28 2025/01/07 05:36:35 riastradh Exp $");
3131

3232
#include <sys/param.h>
3333
#include <sys/systm.h>
@@ -317,7 +317,7 @@ summitfb_attach(device_t parent, device_t self, void *aux)
317317
* FX4 is supposed to support resolutions higher than 1280x1024.
318318
* I guess video memory is allocated in 512x512 chunks
319319
*/
320-
glyphcache_init(&sc->sc_gc,
320+
glyphcache_init(&sc->sc_gc,
321321
sc->sc_height,
322322
sc->sc_height,
323323
(sc->sc_width + 511) & (~511),

0 commit comments

Comments
 (0)