]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/ResetUtilityLib/ResetUtility.c
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Library / ResetUtilityLib / ResetUtility.c
index da5fa7b094671b27f281f5dc6de900c02dd9f6c5..e3de4f117af86bc66157835c3dba12b0deb62e5a 100644 (file)
@@ -56,7 +56,7 @@ ResetPlatformSpecificGuid (
 /**\r
   This function examines the DataSize and ResetData parameters passed to\r
   to ResetSystem() and detemrines if the ResetData contains a Null-terminated\r
-  Unicode string followed by a GUID specific subtype.  If the GUID specific \r
+  Unicode string followed by a GUID specific subtype.  If the GUID specific\r
   subtype is present, then a pointer to the GUID value in ResetData is returned.\r
 \r
   @param[in]  DataSize    The size, in bytes, of ResetData.\r
@@ -107,7 +107,7 @@ GetResetPlatformSpecificGuid (
 }\r
 \r
 /**\r
-  This is a helper function that creates the reset data buffer that can be \r
+  This is a helper function that creates the reset data buffer that can be\r
   passed into ResetSystem().\r
 \r
   The reset data buffer is returned in ResetData and contains ResetString\r
@@ -179,7 +179,7 @@ BuildResetData (
   if (ResetString == NULL) {\r
     ResetString = L"";     // Use an empty string.\r
   }\r
-  \r
+\r
   //\r
   // Calculate the total buffer required for ResetData.\r
   //\r
@@ -215,6 +215,6 @@ BuildResetData (
   if (ExtraDataSize > 0) {\r
     CopyMem (Data, ExtraData, ExtraDataSize);\r
   }\r
-  \r
+\r
   return RETURN_SUCCESS;\r
 }\r