]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/DebugMp.h
SourceLevelDebugPkg: Clean up source files
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / DebugAgentCommon / DebugMp.h
index f0cb3f6c1daa066719adacfc9ed2ffe5828bc570..d8afefe56e76a49ec35daa30ea11d552ad3259f7 100644 (file)
@@ -189,7 +189,7 @@ UINT32
 FindNextPendingBreakCpu (\r
   VOID\r
   );\r
-  \r
+\r
 /**\r
   Check if all processors are in running status.\r
 \r
@@ -205,18 +205,18 @@ IsAllCpuRunning (
 /**\r
   Check if the current processor is the first breaking processor.\r
 \r
-  If yes, halt other processors.  \r
-  \r
+  If yes, halt other processors.\r
+\r
   @param[in] ProcessorIndex   Processor index value.\r
-  \r
+\r
   @return TRUE       This processor is the first breaking processor.\r
   @return FALSE      This processor is not the first breaking processor.\r
-                            \r
+\r
 **/\r
 BOOLEAN\r
 IsFirstBreakProcessor (\r
   IN UINT32              ProcessorIndex\r
   );\r
-  \r
+\r
 #endif\r
 \r