]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Include/Library/PciCapPciIoLib.h
OvmfPkg: Apply uncrustify changes
[mirror_edk2.git] / OvmfPkg / Include / Library / PciCapPciIoLib.h
index 9524ff3e973a00a043df661fa23b82943311d37d..1109096379169d07ad67a9d4c5b5e5292b7294c2 100644 (file)
@@ -14,7 +14,6 @@
 \r
 #include <Library/PciCapLib.h>\r
 \r
-\r
 /**\r
   Create a PCI_CAP_DEV object from an EFI_PCI_IO_PROTOCOL instance. The config\r
   space accessors are based upon EFI_PCI_IO_PROTOCOL.Pci.Read() and\r
 EFI_STATUS\r
 EFIAPI\r
 PciCapPciIoDeviceInit (\r
-  IN  EFI_PCI_IO_PROTOCOL *PciIo,\r
-  OUT PCI_CAP_DEV         **PciDevice\r
+  IN  EFI_PCI_IO_PROTOCOL  *PciIo,\r
+  OUT PCI_CAP_DEV          **PciDevice\r
   );\r
 \r
-\r
 /**\r
   Free the resources used by PciDevice.\r
 \r
@@ -46,7 +44,7 @@ PciCapPciIoDeviceInit (
 VOID\r
 EFIAPI\r
 PciCapPciIoDeviceUninit (\r
-  IN PCI_CAP_DEV *PciDevice\r
+  IN PCI_CAP_DEV  *PciDevice\r
   );\r
 \r
 #endif // __PCI_CAP_PCI_IO_LIB_H__\r