]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/MiscSubClassPlatformDxe/MiscChassisManufacturerFunction.c
EmulatorPkg: Remove all trailing whitespace
[mirror_edk2.git] / EmulatorPkg / MiscSubClassPlatformDxe / MiscChassisManufacturerFunction.c
index fd1262b1907f5c3ebbdddaae36581fa8bcbbd88d..8e57fd50225f58b7e587b737ebe3be663d8352c2 100644 (file)
@@ -19,7 +19,7 @@
   This function makes boot time changes to the contents of the\r
   MiscChassisManufacturer (Type 3).\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
@@ -91,24 +91,24 @@ MISC_SMBIOS_TABLE_FUNCTION(MiscChassisManufacturer)
   //\r
   // Make handle chosen by smbios protocol.add automatically.\r
   //\r
-  SmbiosRecord->Hdr.Handle = 0;  \r
+  SmbiosRecord->Hdr.Handle = 0;\r
   //\r
   // Manu will be the 1st optional string following the formatted structure.\r
-  // \r
-  SmbiosRecord->Manufacturer = 1;  \r
+  //\r
+  SmbiosRecord->Manufacturer = 1;\r
   SmbiosRecord->Type = (UINT8)ForType3InputData->ChassisType.ChassisType;\r
   //\r
   // Version will be the 2nd optional string following the formatted structure.\r
   //\r
-  SmbiosRecord->Version = 2;  \r
+  SmbiosRecord->Version = 2;\r
   //\r
   // SerialNumber will be the 3rd optional string following the formatted structure.\r
   //\r
-  SmbiosRecord->SerialNumber = 3;  \r
+  SmbiosRecord->SerialNumber = 3;\r
   //\r
   // AssertTag will be the 4th optional string following the formatted structure.\r
   //\r
-  SmbiosRecord->AssetTag = 4;  \r
+  SmbiosRecord->AssetTag = 4;\r
   SmbiosRecord->BootupState = (UINT8)ForType3InputData->ChassisBootupState;\r
   SmbiosRecord->PowerSupplyState = (UINT8)ForType3InputData->ChassisPowerSupplyState;\r
   SmbiosRecord->ThermalState = (UINT8)ForType3InputData->ChassisThermalState;\r
@@ -126,9 +126,9 @@ MISC_SMBIOS_TABLE_FUNCTION(MiscChassisManufacturer)
   //\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
 \r