]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Include/Library/PciCapPciSegmentLib.h
OvmfPkg: Apply uncrustify changes
[mirror_edk2.git] / OvmfPkg / Include / Library / PciCapPciSegmentLib.h
index 1c9c28e2a75ee736c425fd03339db072545c6f04..7bcfb57652a44dcc75d4ba04e2a9828cd060e88e 100644 (file)
@@ -12,7 +12,6 @@
 \r
 #include <Library/PciCapLib.h>\r
 \r
-\r
 /**\r
   Create a PCI_CAP_DEV object from the PCI Segment:Bus:Device.Function\r
   quadruplet. The config space accessors are based upon PciSegmentLib.\r
 RETURN_STATUS\r
 EFIAPI\r
 PciCapPciSegmentDeviceInit (\r
-  IN  PCI_CAP_DOMAIN MaxDomain,\r
-  IN  UINT16         Segment,\r
-  IN  UINT8          Bus,\r
-  IN  UINT8          Device,\r
-  IN  UINT8          Function,\r
-  OUT PCI_CAP_DEV    **PciDevice\r
+  IN  PCI_CAP_DOMAIN  MaxDomain,\r
+  IN  UINT16          Segment,\r
+  IN  UINT8           Bus,\r
+  IN  UINT8           Device,\r
+  IN  UINT8           Function,\r
+  OUT PCI_CAP_DEV     **PciDevice\r
   );\r
 \r
-\r
 /**\r
   Free the resources used by PciDevice.\r
 \r
@@ -70,7 +68,7 @@ PciCapPciSegmentDeviceInit (
 VOID\r
 EFIAPI\r
 PciCapPciSegmentDeviceUninit (\r
-  IN PCI_CAP_DEV *PciDevice\r
+  IN PCI_CAP_DEV  *PciDevice\r
   );\r
 \r
 #endif // __PCI_CAP_PCI_SEGMENT_LIB_H__\r