Module Name: src
Committed By: jakllsch
Date: Sun Dec 9 20:43:54 UTC 2012
Modified Files:
src/sys/arch/x86/include: pci_machdep_common.h
Log Message:
Remove trailing whitespace on blank lines.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/x86/include/pci_machdep_common.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x86/include/pci_machdep_common.h
diff -u src/sys/arch/x86/include/pci_machdep_common.h:1.9 src/sys/arch/x86/include/pci_machdep_common.h:1.10
--- src/sys/arch/x86/include/pci_machdep_common.h:1.9 Fri Jun 15 13:58:34 2012
+++ src/sys/arch/x86/include/pci_machdep_common.h Sun Dec 9 20:43:54 2012
@@ -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 @@ int pchb_get_bus_number(pci_chipset_tag
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 *);