]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/CpuDeadLoop.c
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Library / BaseLib / CpuDeadLoop.c
index 3cd304351a65fa049aa8ace3bf0f3273759f254d..b3b7548fa5a8342b0dd60b7c40cec9ee8107856b 100644 (file)
@@ -6,8 +6,6 @@
 \r
 **/\r
 \r
-\r
-\r
 #include <Base.h>\r
 #include <Library/BaseLib.h>\r
 \r
@@ -29,6 +27,6 @@ CpuDeadLoop (
   volatile UINTN  Index;\r
 \r
   for (Index = 0; Index == 0;) {\r
-    CpuPause();\r
+    CpuPause ();\r
   }\r
 }\r