]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Library/PrePiLib/ReportStatusCode.c
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / EmbeddedPkg / Library / PrePiLib / ReportStatusCode.c
index 8d60d5ab5d411d22152adab2fbf9560d885c0291..7a0b90a1e651ac387616f71822770008b7609b11 100644 (file)
@@ -2,7 +2,7 @@
   Library that helps implement monolithic PEI\r
 \r
   Copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
-  \r
+\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
@@ -23,8 +23,6 @@
 #include <Guid/StatusCodeDataTypeDebug.h>\r
 #include <FrameworkPei.h>\r
 \r
-#define EFI_STATUS_CODE_DATA_MAX_SIZE 200\r
-\r
 EFI_STATUS\r
 EFIAPI\r
 SerialReportStatusCode (\r
@@ -36,8 +34,8 @@ SerialReportStatusCode (
   );\r
 \r
 \r
-EFI_STATUS_CODE_PROTOCOL gStatusCode = { \r
-  (EFI_REPORT_STATUS_CODE)SerialReportStatusCode \r
+EFI_STATUS_CODE_PROTOCOL gStatusCode = {\r
+  (EFI_REPORT_STATUS_CODE)SerialReportStatusCode\r
 };\r
 \r
 /**\r
@@ -223,7 +221,7 @@ SerialReportStatusCode (
 \r
   } else if (Data != NULL &&\r
     ReportStatusCodeExtractDebugInfo (Data, &ErrorLevel, &Marker, &Format)) {\r
-    \r
+\r
     //\r
     // Print DEBUG() information into output buffer.\r
     //\r