Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arc/include Whitespace



details:   https://anonhg.NetBSD.org/src/rev/bf413fc7bd91
branches:  trunk
changeset: 369421:bf413fc7bd91
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Aug 16 13:57:29 2022 +0000

description:
Whitespace

diffstat:

 sys/arch/arc/include/pci_machdep.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 59637f2f0682 -r bf413fc7bd91 sys/arch/arc/include/pci_machdep.h
--- a/sys/arch/arc/include/pci_machdep.h        Tue Aug 16 13:50:54 2022 +0000
+++ b/sys/arch/arc/include/pci_machdep.h        Tue Aug 16 13:57:29 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_machdep.h,v 1.12 2020/07/07 03:38:45 thorpej Exp $ */
+/* $NetBSD: pci_machdep.h,v 1.13 2022/08/16 13:57:29 skrll Exp $ */
 /* NetBSD: pci_machdep.h,v 1.3 1999/03/19 03:40:46 cgd Exp  */
 
 /*
@@ -97,5 +97,5 @@
     (*(c)->pc_intr_disestablish)((c), (iv))
 #define        pci_conf_interrupt(c, b, d, f, s, i)                            \
     (*(c)->pc_conf_interrupt)((c), (b), (d), (f), (s), (i))
-#define        pci_conf_hook(c, b, d, f, i)                            \
+#define        pci_conf_hook(c, b, d, f, i)                                    \
     (*(c)->pc_conf_hook)((c), (b), (d), (f), (i))



Home | Main Index | Thread Index | Old Index