]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/PciSegmentLib.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Library / UefiPciSegmentLibPciRootBridgeIo / PciSegmentLib.h
index 693702f3e0beabbe5a1c9781844a06eac6a640b5..8c2f6b4d5553586bde4f2ba3eb0fe449d2b6f189 100644 (file)
@@ -9,7 +9,6 @@
 #ifndef __DXE_PCI_SEGMENT_LIB__\r
 #define __DXE_PCI_SEGMENT_LIB__\r
 \r
-\r
 #include <Protocol/PciRootBridgeIo.h>\r
 \r
 #include <Library/PciSegmentLib.h>\r
@@ -35,7 +34,7 @@ typedef struct {
   @param  M Additional bits to assert to be zero.\r
 \r
 **/\r
-#define ASSERT_INVALID_PCI_SEGMENT_ADDRESS(A,M) \\r
+#define ASSERT_INVALID_PCI_SEGMENT_ADDRESS(A, M) \\r
   ASSERT (((A) & (0xffff0000f0000000ULL | (M))) == 0)\r
 \r
 /**\r