]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeResetSystemLib/DxeResetSystemLib.c
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Library / DxeResetSystemLib / DxeResetSystemLib.c
index 76bca223ae04cf3d1f731f130e11f5ffa158c612..ea4878cab1b44b882b421ff2bed40fcfd0d071bc 100644 (file)
 \r
 /**\r
   This function causes a system-wide reset (cold reset), in which\r
-  all circuitry within the system returns to its initial state. This type of reset \r
+  all circuitry within the system returns to its initial state. This type of reset\r
   is asynchronous to system operation and operates without regard to\r
   cycle boundaries.\r
 \r
-  If this function returns, it means that the system does not support cold reset. \r
+  If this function returns, it means that the system does not support cold reset.\r
 **/\r
 VOID\r
 EFIAPI\r
@@ -34,7 +34,7 @@ ResetCold (
 }\r
 \r
 /**\r
-  This function causes a system-wide initialization (warm reset), in which all processors \r
+  This function causes a system-wide initialization (warm reset), in which all processors\r
   are set to their initial state. Pending cycles are not corrupted.\r
 \r
   If this function returns, it means that the system does not support warm reset.\r
@@ -49,7 +49,7 @@ ResetWarm (
 }\r
 \r
 /**\r
-  This function causes the system to enter a power state equivalent \r
+  This function causes the system to enter a power state equivalent\r
   to the ACPI G2/S5 or G3 states.\r
 \r
   If this function returns, it means that the system does not support shut down reset.\r