]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseCpuLib/Ia32/CpuSleepGcc.c
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Library / BaseCpuLib / Ia32 / CpuSleepGcc.c
index ad5b150d61a11200b2b3d312dfc7b7210976cf96..bb9b634c0d96e3ebd41eb3b5d3d1d98db25fbe32 100644 (file)
@@ -7,7 +7,6 @@
 \r
 **/\r
 \r
-\r
 /**\r
   Places the CPU in a sleep state until an interrupt is received.\r
 \r
@@ -24,4 +23,3 @@ CpuSleep (
 {\r
   __asm__ __volatile__ ("hlt"::: "memory");\r
 }\r
-\r