summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2015-09-14 16:48:32 +0200
committerMartin Mares <mj@ucw.cz>2015-09-14 16:48:32 +0200
commit5bdd27f66a98943e9e88cd75c7b637f10b420484 (patch)
tree0d3b1c71a58131db1cf3c8ed36522020d7cf4da9
parent1d9d1a01b02b2ce90e5fc7eeff109b5ad95ce0cd (diff)
downloadpciutils-5bdd27f66a98943e9e88cd75c7b637f10b420484.tar.gz
Whitespace fixes
-rw-r--r--lib/pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pci.h b/lib/pci.h
index 0ccfbe3..aafcfcb 100644
--- 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
};