]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiDxePostCodeLibReportStatusCode/PostCode.c
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Library / PeiDxePostCodeLibReportStatusCode / PostCode.c
index cccb706731d3d9662b28251859b414c11b96f802..bf2da0c0cf25a7643684190f30673ede1b90c9fe 100644 (file)
@@ -7,7 +7,6 @@
 \r
 **/\r
 \r
-\r
 #include <PiPei.h>\r
 \r
 #include <Library/PostCodeLib.h>\r
@@ -58,7 +57,6 @@ PostCode (
   return Value;\r
 }\r
 \r
-\r
 /**\r
   Sends an 32-bit value to a POST and associated ASCII string.\r
 \r
@@ -107,7 +105,6 @@ PostCodeWithDescription (
   return Value;\r
 }\r
 \r
-\r
 /**\r
   Returns TRUE if POST Codes are enabled.\r
 \r
@@ -126,10 +123,9 @@ PostCodeEnabled (
   VOID\r
   )\r
 {\r
-  return (BOOLEAN) ((PcdGet8(PcdPostCodePropertyMask) & POST_CODE_PROPERTY_POST_CODE_ENABLED) != 0);\r
+  return (BOOLEAN)((PcdGet8 (PcdPostCodePropertyMask) & POST_CODE_PROPERTY_POST_CODE_ENABLED) != 0);\r
 }\r
 \r
-\r
 /**\r
   Returns TRUE if POST code descriptions are enabled.\r
 \r
@@ -148,6 +144,5 @@ PostCodeDescriptionEnabled (
   VOID\r
   )\r
 {\r
-  return (BOOLEAN) ((PcdGet8(PcdPostCodePropertyMask) & POST_CODE_PROPERTY_POST_CODE_DESCRIPTION_ENABLED) != 0);\r
+  return (BOOLEAN)((PcdGet8 (PcdPostCodePropertyMask) & POST_CODE_PROPERTY_POST_CODE_DESCRIPTION_ENABLED) != 0);\r
 }\r
-\r