Skip to content

Commit 19292ef

Browse files
committed
Trailing whitespace
1 parent f290be8 commit 19292ef

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

sys/arch/hppa/dev/gftfb.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $NetBSD: gftfb.c,v 1.36 2026/02/15 05:39:42 macallan Exp $ */
1+
/* $NetBSD: gftfb.c,v 1.37 2026/02/15 07:01:20 skrll Exp $ */
22

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

@@ -960,7 +960,7 @@ gftfb_putchar(void *cookie, int row, int col, u_int c, long attr)
960960
gftfb_wait(sc);
961961
} else
962962
gftfb_wait_fifo(sc, he);
963-
963+
964964
if (ri->ri_font->stride == 1) {
965965
uint8_t *data8 = data;
966966
for (i = 0; i < he; i++) {
@@ -1045,7 +1045,7 @@ gftfb_putchar_aa(void *cookie, int row, int col, u_int c, long attr)
10451045
* This is for masking off pixels at the end of a line if it's not a
10461046
* multiple of 4. Would be nice if we knew where the clipping registers
10471047
* live...
1048-
*/
1048+
*/
10491049
mask = 0xf0000000 << (4 - (wi & 3));
10501050

10511051
data8 = WSFONT_GLYPH(c, font);
@@ -1079,7 +1079,7 @@ gftfb_putchar_aa(void *cookie, int row, int col, u_int c, long attr)
10791079
}
10801080
/* if we have pixels left in latch write them out */
10811081
if ((i & 3) != 0) {
1082-
latch = latch << ((4 - (i & 3)) << 3);
1082+
latch = latch << ((4 - (i & 3)) << 3);
10831083
/* make sure we write only the pixels in the latch */
10841084
gftfb_write4(sc, NGLE_BINC_MASK, mask);
10851085
gftfb_write4(sc, NGLE_BINC_DATA_R, latch);
@@ -1265,7 +1265,7 @@ gftfb_do_cursor(struct gftfb_softc *sc, struct wsdisplay_cursor *cur)
12651265
gftfb_wait(sc);
12661266
gftfb_write4(sc, NGLE_IBO, 0x300);
12671267
gftfb_write4(sc, NGLE_PLANEMASK, 0xffffffff);
1268-
gftfb_dba(sc,
1268+
gftfb_dba(sc,
12691269
BA(IndexedDcd, Otc32, 0, AddrLong, 0, BINcmask, 0));
12701270
gftfb_write4(sc, NGLE_BINC_DST, 0);
12711271
for (i = 0; i < 128; i += 2) {

0 commit comments

Comments
 (0)