Module Name:    src
Committed By:   skrll
Date:           Thu Feb  1 06:50:36 UTC 2024

Modified Files:
        src/sys/dev/ic: sti.c

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/ic/sti.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/dev/ic/sti.c
diff -u src/sys/dev/ic/sti.c:1.33 src/sys/dev/ic/sti.c:1.34
--- src/sys/dev/ic/sti.c:1.33	Thu Feb  1 02:41:56 2024
+++ src/sys/dev/ic/sti.c	Thu Feb  1 06:50:36 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: sti.c,v 1.33 2024/02/01 02:41:56 gutteridge Exp $	*/
+/*	$NetBSD: sti.c,v 1.34 2024/02/01 06:50:36 skrll Exp $	*/
 
 /*	$OpenBSD: sti.c,v 1.61 2009/09/05 14:09:35 miod Exp $	*/
 
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sti.c,v 1.33 2024/02/01 02:41:56 gutteridge Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sti.c,v 1.34 2024/02/01 06:50:36 skrll Exp $");
 
 #include "wsdisplay.h"
 
@@ -933,8 +933,8 @@ sti_init(struct sti_screen *scr, int mod
 		a.in.text_planes = 1;
 	} else {
 		a.flags.flags |= STI_INITF_TEXT | STI_INITF_NTEXT;
-		/* 
-		 * Request as many text planes as STI will allow. 
+		/*
+		 * Request as many text planes as STI will allow.
 		 * The reason to do this - when switching to framebuffer mode
 		 * for X we need access to all planes. In theory STI should do
 		 * just that when we request access to both text and non-text

Reply via email to