Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hppa/dev Remove trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/a7ed8a4e89d0
branches:  trunk
changeset: 940762:a7ed8a4e89d0
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Oct 16 18:27:34 2020 +0000

description:
Remove trailing whitespace

diffstat:

 sys/arch/hppa/dev/dino.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e21ec5574214 -r a7ed8a4e89d0 sys/arch/hppa/dev/dino.c
--- a/sys/arch/hppa/dev/dino.c  Fri Oct 16 18:27:02 2020 +0000
+++ b/sys/arch/hppa/dev/dino.c  Fri Oct 16 18:27:34 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dino.c,v 1.8 2020/10/16 18:27:02 skrll Exp $ */
+/*     $NetBSD: dino.c,v 1.9 2020/10/16 18:27:34 skrll Exp $ */
 
 /*     $OpenBSD: dino.c,v 1.5 2004/02/13 20:39:31 mickey Exp $ */
 
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dino.c,v 1.8 2020/10/16 18:27:02 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dino.c,v 1.9 2020/10/16 18:27:34 skrll Exp $");
 
 /* #include "cardbus.h" */
 
@@ -356,7 +356,7 @@
        /* fix arbitration errata by disabling all pci devs on config read */
        pamr = r->pamr;
        r->pamr = 0;
-       
+
        r->pci_addr = tag | reg;
        data = r->pci_conf_data;
 



Home | Main Index | Thread Index | Old Index