Module Name:    src
Committed By:   rin
Date:           Sun Oct 18 12:00:12 UTC 2020

Modified Files:
        src/sys/dev/wsfb: genfb.c

Log Message:
Remove stray TABs. No binary changes.


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/sys/dev/wsfb/genfb.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/wsfb/genfb.c
diff -u src/sys/dev/wsfb/genfb.c:1.75 src/sys/dev/wsfb/genfb.c:1.76
--- src/sys/dev/wsfb/genfb.c:1.75	Sun Oct 18 11:54:20 2020
+++ src/sys/dev/wsfb/genfb.c	Sun Oct 18 12:00:12 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: genfb.c,v 1.75 2020/10/18 11:54:20 rin Exp $ */
+/*	$NetBSD: genfb.c,v 1.76 2020/10/18 12:00:12 rin Exp $ */
 
 /*-
  * Copyright (c) 2007 Michael Lorenz
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: genfb.c,v 1.75 2020/10/18 11:54:20 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: genfb.c,v 1.76 2020/10/18 12:00:12 rin Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -493,7 +493,6 @@ genfb_ioctl(void *v, void *vs, u_long cm
 	 */
 	switch (cmd) {
 		case WSDISPLAYIO_GET_EDID: {
-			
 			struct wsdisplayio_edid_info *d = data;
 			return wsdisplayio_get_edid(sc->sc_dev, d);
 		}

Reply via email to