Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbmips/loongson/dev Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/6f25338a1a2a
branches:  trunk
changeset: 952785:6f25338a1a2a
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Feb 17 08:19:06 2021 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/evbmips/loongson/dev/glx.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 831fd588399f -r 6f25338a1a2a sys/arch/evbmips/loongson/dev/glx.c
--- a/sys/arch/evbmips/loongson/dev/glx.c       Wed Feb 17 08:18:39 2021 +0000
+++ b/sys/arch/evbmips/loongson/dev/glx.c       Wed Feb 17 08:19:06 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: glx.c,v 1.7 2021/02/17 08:18:39 skrll Exp $    */
+/*     $NetBSD: glx.c,v 1.8 2021/02/17 08:19:06 skrll Exp $    */
 /*     $OpenBSD: glx.c,v 1.6 2010/10/14 21:23:04 pirofti Exp $ */
 
 /*
@@ -22,7 +22,7 @@
  * XXX too many hardcoded numbers... need to expand glxreg.h
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: glx.c,v 1.7 2021/02/17 08:18:39 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: glx.c,v 1.8 2021/02/17 08:19:06 skrll Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -273,7 +273,7 @@
                gen_pci_conf_write(v, tag, offset, data);
                return;
        }
-               
+
 
        pci_decompose_tag(glxbase_pc, tag, &bus, &dev, &fn);
        if (bus != 0 || dev != glxbase_dev) {



Home | Main Index | Thread Index | Old Index