From 8f1951519ea984a5dea52e74b4e3bb21bc3ddde2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Colin=20G=C3=BCnther?= Date: Fri, 18 Dec 2009 20:59:10 +0000 Subject: [PATCH] Whitespace cleanup, no functional change. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34694 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/libs/compat/freebsd_network/compat/dev/pci/pcivar.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/libs/compat/freebsd_network/compat/dev/pci/pcivar.h b/src/libs/compat/freebsd_network/compat/dev/pci/pcivar.h index 994a226fed..310e44f5b8 100644 --- a/src/libs/compat/freebsd_network/compat/dev/pci/pcivar.h +++ b/src/libs/compat/freebsd_network/compat/dev/pci/pcivar.h @@ -55,21 +55,21 @@ int pci_alloc_msix(device_t dev, int *count); static inline int pci_get_vpd_ident(device_t dev, const char **identptr) { - return -1; + return -1; } static inline int pci_set_powerstate(device_t dev, int state) { - return PCI_POWERSTATE_UNKNOWN; + return PCI_POWERSTATE_UNKNOWN; } static inline int pci_get_powerstate(device_t dev) { - return PCI_POWERSTATE_D0; + return PCI_POWERSTATE_D0; } #endif /* _FBSD_COMPAT_DEV_PCI_PCIVAR_H_ */