From 5bdd27f66a98943e9e88cd75c7b637f10b420484 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 14 Sep 2015 16:48:32 +0200 Subject: [PATCH] Whitespace fixes --- lib/pci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- 2.39.2