]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/PostCodeLib.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Library / PostCodeLib.h
index 2c2922cc311828a00c8e981fa81f02b808fe0748..80628d7999abbeb243ff9eac5be3a126e0d6eede 100644 (file)
@@ -36,7 +36,6 @@ PostCode (
   IN UINT32  Value\r
   );\r
 \r
-\r
 /**\r
   Sends a 32-bit value to a POST and associated ASCII string.\r
 \r
@@ -68,7 +67,6 @@ PostCodeWithDescription (
   IN CONST CHAR8  *Description  OPTIONAL\r
   );\r
 \r
-\r
 /**\r
   Returns TRUE if POST Codes are enabled.\r
 \r
@@ -87,7 +85,6 @@ PostCodeEnabled (
   VOID\r
   );\r
 \r
-\r
 /**\r
   Returns TRUE if POST code descriptions are enabled.\r
 \r
@@ -106,7 +103,6 @@ PostCodeDescriptionEnabled (
   VOID\r
   );\r
 \r
-\r
 /**\r
   Sends a 32-bit value to a POST card.\r
 \r
@@ -134,7 +130,7 @@ PostCodeDescriptionEnabled (
 \r
   @return Value        The 32-bit value to write to the POST card.\r
 **/\r
-#define POST_CODE_WITH_DESCRIPTION(Value,Description)  \\r
+#define POST_CODE_WITH_DESCRIPTION(Value, Description)  \\r
   PostCodeEnabled()                              ?     \\r
     (PostCodeDescriptionEnabled()                ?     \\r
       PostCodeWithDescription(Value,Description) :     \\r