]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/MiscSubClassPlatformDxe/MiscSystemManufacturerFunction.c
EmulatorPkg: Remove all trailing whitespace
[mirror_edk2.git] / EmulatorPkg / MiscSubClassPlatformDxe / MiscSystemManufacturerFunction.c
index 9d2a3cbdc1f003a24683941fffd962652f64ac54..670f379f566272836f9a0c569dec77ebd99bc9d7 100644 (file)
@@ -1,19 +1,19 @@
 /*++\r
 \r
 Copyright (c) 2006 - 2009, 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
+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
 \r
 Module Name:\r
 \r
   MiscSystemManufacturerFunction.c\r
-  \r
-Abstract: \r
+\r
+Abstract:\r
 \r
   This driver parses the mMiscSubclassDataTable structure and reports\r
   any generated data to the DataHub.\r
@@ -26,7 +26,7 @@ Abstract:
   This function makes boot time changes to the contents of the\r
   MiscSystemManufacturer (Type 1).\r
 \r
-  @param  RecordData                 Pointer to copy of RecordData from the Data Table.  \r
+  @param  RecordData                 Pointer to copy of RecordData from the Data Table.\r
 \r
   @retval EFI_SUCCESS                All parameters were valid.\r
   @retval EFI_UNSUPPORTED            Unexpected RecordType value.\r
@@ -96,8 +96,8 @@ MISC_SMBIOS_TABLE_FUNCTION(MiscSystemManufacturer)
   SmbiosRecord->Hdr.Length = sizeof (SMBIOS_TABLE_TYPE1);\r
   //\r
   // Make handle chosen by smbios protocol.add automatically.\r
-  // \r
-  SmbiosRecord->Hdr.Handle = 0;  \r
+  //\r
+  SmbiosRecord->Hdr.Handle = 0;\r
   //\r
   // Manu will be the 1st optional string following the formatted structure.\r
   //\r
@@ -105,11 +105,11 @@ MISC_SMBIOS_TABLE_FUNCTION(MiscSystemManufacturer)
   //\r
   // ProductName will be the 2nd optional string following the formatted structure.\r
   //\r
-  SmbiosRecord->ProductName = 2;  \r
+  SmbiosRecord->ProductName = 2;\r
   //\r
-  // Version will be the 3rd optional string following the formatted structure.  \r
+  // Version will be the 3rd optional string following the formatted structure.\r
   //\r
-  SmbiosRecord->Version = 3;  \r
+  SmbiosRecord->Version = 3;\r
   //\r
   // Version will be the 4th optional string following the formatted structure.\r
   //\r
@@ -128,9 +128,9 @@ MISC_SMBIOS_TABLE_FUNCTION(MiscSystemManufacturer)
   //\r
   SmbiosHandle = 0;\r
   Status = Smbios-> Add(\r
-                      Smbios, \r
+                      Smbios,\r
                       NULL,\r
-                      &SmbiosHandle, \r
+                      &SmbiosHandle,\r
                       (EFI_SMBIOS_TABLE_HEADER *) SmbiosRecord\r
                       );\r
   FreePool(SmbiosRecord);\r