]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib.h
OvmfPkg: Apply uncrustify changes
[mirror_edk2.git] / OvmfPkg / Library / BasePciCapPciSegmentLib / BasePciCapPciSegmentLib.h
index a806bf320d2c719e4163d99f08c02a02fe8a71d6..5d587ceca3e47cc97b1db57156bbec5ebee4d325 100644 (file)
 \r
 #include <Library/PciCapPciSegmentLib.h>\r
 \r
-#define SEGMENT_DEV_SIG SIGNATURE_64 ('P', 'C', 'P', 'S', 'G', 'M', 'N', 'T')\r
+#define SEGMENT_DEV_SIG  SIGNATURE_64 ('P', 'C', 'P', 'S', 'G', 'M', 'N', 'T')\r
 \r
 typedef struct {\r
   //\r
   // Signature identifying the derived class.\r
   //\r
-  UINT64 Signature;\r
+  UINT64            Signature;\r
   //\r
   // Members added by the derived class, specific to the use of PciSegmentLib.\r
   //\r
-  PCI_CAP_DOMAIN MaxDomain;\r
-  UINT16         SegmentNr;\r
-  UINT8          BusNr;\r
-  UINT8          DeviceNr;\r
-  UINT8          FunctionNr;\r
+  PCI_CAP_DOMAIN    MaxDomain;\r
+  UINT16            SegmentNr;\r
+  UINT8             BusNr;\r
+  UINT8             DeviceNr;\r
+  UINT8             FunctionNr;\r
   //\r
   // Base class.\r
   //\r
-  PCI_CAP_DEV BaseDevice;\r
+  PCI_CAP_DEV       BaseDevice;\r
 } SEGMENT_DEV;\r
 \r
 #define SEGMENT_DEV_FROM_PCI_CAP_DEV(PciDevice) \\r