Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/include Remove trailing whitespace on blank lines.



details:   https://anonhg.NetBSD.org/src/rev/f18099972c57
branches:  trunk
changeset: 783169:f18099972c57
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sun Dec 09 20:43:54 2012 +0000

description:
Remove trailing whitespace on blank lines.

diffstat:

 sys/arch/x86/include/pci_machdep_common.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 3ebe6f1647ba -r f18099972c57 sys/arch/x86/include/pci_machdep_common.h
--- a/sys/arch/x86/include/pci_machdep_common.h Sun Dec 09 19:15:48 2012 +0000
+++ b/sys/arch/x86/include/pci_machdep_common.h Sun Dec 09 20:43:54 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_machdep_common.h,v 1.9 2012/06/15 13:58:34 yamt Exp $      */
+/*     $NetBSD: pci_machdep_common.h,v 1.10 2012/12/09 20:43:54 jakllsch Exp $ */
 
 /*
  * Copyright (c) 1996 Christopher G. Demetriou.  All rights reserved.
@@ -139,11 +139,11 @@
 void pci_device_foreach(pci_chipset_tag_t, int,
                        void (*)(pci_chipset_tag_t, pcitag_t, void*),
                        void *);
-        
+
 void pci_device_foreach_min(pci_chipset_tag_t, int, int,
                            void (*)(pci_chipset_tag_t, pcitag_t, void*),
                            void *);
-        
+
 void pci_bridge_foreach(pci_chipset_tag_t, int, int,
        void (*) (pci_chipset_tag_t, pcitag_t, void *), void *);
 



Home | Main Index | Thread Index | Old Index