Module Name:    src
Committed By:   skrll
Date:           Sun Feb  9 10:07:42 UTC 2025

Modified Files:
        src/sys/arch/hppa/dev: summitfb.c

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/hppa/dev/summitfb.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/hppa/dev/summitfb.c
diff -u src/sys/arch/hppa/dev/summitfb.c:1.30 src/sys/arch/hppa/dev/summitfb.c:1.31
--- src/sys/arch/hppa/dev/summitfb.c:1.30	Mon Jan 27 12:10:19 2025
+++ src/sys/arch/hppa/dev/summitfb.c	Sun Feb  9 10:07:41 2025
@@ -1,4 +1,4 @@
-/*	$NetBSD: summitfb.c,v 1.30 2025/01/27 12:10:19 macallan Exp $	*/
+/*	$NetBSD: summitfb.c,v 1.31 2025/02/09 10:07:41 skrll Exp $	*/
 
 /*	$OpenBSD: sti_pci.c,v 1.7 2009/02/06 22:51:04 miod Exp $	*/
 
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: summitfb.c,v 1.30 2025/01/27 12:10:19 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: summitfb.c,v 1.31 2025/02/09 10:07:41 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -396,7 +396,7 @@ summitfb_attach(device_t parent, device_
 			summitfb_write4(sc, VISFX_SIZE, (30 << 16) | 90);
 		}
 	}
-#endif	
+#endif
 }
 
 /*
@@ -1079,7 +1079,7 @@ summitfb_restore_palette(struct summitfb
 	}
 	for (i = 0; i < 16; i++) {
 		sc->sc_palette[i] = (rasops_cmap[i * 3] << 16) |
-				    (rasops_cmap[i * 3 + 1] << 8) | 
+				    (rasops_cmap[i * 3 + 1] << 8) |
 				     rasops_cmap[i * 3 + 2];
 	}
 
@@ -1456,7 +1456,7 @@ summitfb_putchar_aa(void *cookie, int ro
 			data++;
 		}
 	}
-	
+
 	if (rv == GC_ADD)
 		glyphcache_add(&sc->sc_gc, c, x, y);
 }

Reply via email to