]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLib.c
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Library / BaseReportStatusCodeLibNull / BaseReportStatusCodeLib.c
index 48ef2d6b3ebb67c85d7032b42bd808de5af73aeb..a1506a73e36e1fad77d2ecfc2552e9bc24ba0f12 100644 (file)
@@ -44,7 +44,6 @@ CodeTypeToPostCode (
   return FALSE;\r
 }\r
 \r
-\r
 /**\r
   Extracts ASSERT() information from a status code structure.\r
 \r
@@ -92,7 +91,6 @@ ReportStatusCodeExtractAssertInfo (
   return FALSE;\r
 }\r
 \r
-\r
 /**\r
   Extracts DEBUG() information from a status code structure.\r
 \r
@@ -139,7 +137,6 @@ ReportStatusCodeExtractDebugInfo (
   return FALSE;\r
 }\r
 \r
-\r
 /**\r
   Reports a status code.\r
 \r
@@ -171,7 +168,6 @@ ReportStatusCode (
   return EFI_SUCCESS;\r
 }\r
 \r
-\r
 /**\r
   Reports a status code with a Device Path Protocol as the extended data.\r
 \r
@@ -213,7 +209,6 @@ ReportStatusCodeWithDevicePath (
   return EFI_SUCCESS;\r
 }\r
 \r
-\r
 /**\r
   Reports a status code with an extended data buffer.\r
 \r
@@ -261,7 +256,6 @@ ReportStatusCodeWithExtendedData (
   return EFI_SUCCESS;\r
 }\r
 \r
-\r
 /**\r
   Reports a status code with full parameters.\r
 \r
@@ -318,7 +312,6 @@ ReportStatusCodeEx (
   return EFI_SUCCESS;\r
 }\r
 \r
-\r
 /**\r
   Returns TRUE if status codes of type EFI_PROGRESS_CODE are enabled\r
 \r
@@ -340,7 +333,6 @@ ReportProgressCodeEnabled (
   return FALSE;\r
 }\r
 \r
-\r
 /**\r
   Returns TRUE if status codes of type EFI_ERROR_CODE are enabled\r
 \r
@@ -362,7 +354,6 @@ ReportErrorCodeEnabled (
   return FALSE;\r
 }\r
 \r
-\r
 /**\r
   Returns TRUE if status codes of type EFI_DEBUG_CODE are enabled\r
 \r
@@ -383,4 +374,3 @@ ReportDebugCodeEnabled (
 {\r
   return FALSE;\r
 }\r
-\r