summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Library/PostCodeLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/Library/PostCodeLib.h')
-rw-r--r--MdePkg/Include/Library/PostCodeLib.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/MdePkg/Include/Library/PostCodeLib.h b/MdePkg/Include/Library/PostCodeLib.h
index 2c2922cc31..80628d7999 100644
--- a/MdePkg/Include/Library/PostCodeLib.h
+++ b/MdePkg/Include/Library/PostCodeLib.h
@@ -36,7 +36,6 @@ PostCode (
IN UINT32 Value
);
-
/**
Sends a 32-bit value to a POST and associated ASCII string.
@@ -68,7 +67,6 @@ PostCodeWithDescription (
IN CONST CHAR8 *Description OPTIONAL
);
-
/**
Returns TRUE if POST Codes are enabled.
@@ -87,7 +85,6 @@ PostCodeEnabled (
VOID
);
-
/**
Returns TRUE if POST code descriptions are enabled.
@@ -106,7 +103,6 @@ PostCodeDescriptionEnabled (
VOID
);
-
/**
Sends a 32-bit value to a POST card.
@@ -134,7 +130,7 @@ PostCodeDescriptionEnabled (
@return Value The 32-bit value to write to the POST card.
**/
-#define POST_CODE_WITH_DESCRIPTION(Value,Description) \
+#define POST_CODE_WITH_DESCRIPTION(Value, Description) \
PostCodeEnabled() ? \
(PostCodeDescriptionEnabled() ? \
PostCodeWithDescription(Value,Description) : \