]> 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 829c597fb8d1a057b44bbd59946a41a685c5129a..a1506a73e36e1fad77d2ecfc2552e9bc24ba0f12 100644 (file)
@@ -1,14 +1,8 @@
 /** @file\r
   Null Base Report Status Code Library instance with empty functions.\r
 \r
-  Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
-  This program and the accompanying materials\r
-  are licensed and made available under the terms and conditions of the BSD License\r
-  which accompanies this distribution.  The full text of the license may be found at\r
-  http://opensource.org/licenses/bsd-license.php.\r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -50,7 +44,6 @@ CodeTypeToPostCode (
   return FALSE;\r
 }\r
 \r
-\r
 /**\r
   Extracts ASSERT() information from a status code structure.\r
 \r
@@ -98,7 +91,6 @@ ReportStatusCodeExtractAssertInfo (
   return FALSE;\r
 }\r
 \r
-\r
 /**\r
   Extracts DEBUG() information from a status code structure.\r
 \r
@@ -145,7 +137,6 @@ ReportStatusCodeExtractDebugInfo (
   return FALSE;\r
 }\r
 \r
-\r
 /**\r
   Reports a status code.\r
 \r
@@ -177,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
@@ -215,11 +205,10 @@ ReportStatusCodeWithDevicePath (
   )\r
 {\r
   ASSERT (DevicePath != NULL);\r
-  \r
+\r
   return EFI_SUCCESS;\r
 }\r
 \r
-\r
 /**\r
   Reports a status code with an extended data buffer.\r
 \r
@@ -267,7 +256,6 @@ ReportStatusCodeWithExtendedData (
   return EFI_SUCCESS;\r
 }\r
 \r
-\r
 /**\r
   Reports a status code with full parameters.\r
 \r
@@ -324,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
@@ -346,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
@@ -368,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
@@ -389,4 +374,3 @@ ReportDebugCodeEnabled (
 {\r
   return FALSE;\r
 }\r
-\r