]> mj.ucw.cz Git - pciutils.git/commitdiff
Whitespace fixes
authorMartin Mares <mj@ucw.cz>
Mon, 14 Sep 2015 14:48:32 +0000 (16:48 +0200)
committerMartin Mares <mj@ucw.cz>
Mon, 14 Sep 2015 14:48:32 +0000 (16:48 +0200)
lib/pci.h

index 0ccfbe36e995d36ced206c96f065eb33b83a1019..aafcfcb789a9cae38fafaf17bbfeace211ae8c31 100644 (file)
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -39,7 +39,7 @@ enum pci_access_type {
   PCI_ACCESS_AIX_DEVICE,               /* /dev/pci0, /dev/bus0, etc. */
   PCI_ACCESS_NBSD_LIBPCI,              /* NetBSD libpci */
   PCI_ACCESS_OBSD_DEVICE,              /* OpenBSD /dev/pci */
-  PCI_ACCESS_DUMP,                         /* Dump file */
+  PCI_ACCESS_DUMP,                     /* Dump file */
   PCI_ACCESS_DARWIN,                   /* Darwin */
   PCI_ACCESS_MAX
 };