]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseS3StallLib/S3StallLib.c
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Library / BaseS3StallLib / S3StallLib.c
index f1f33884427ab2998a90c1dbafde1c26cd66541a..ea886ca61cd30bd2b5acb2c4d87a76942615940d 100644 (file)
@@ -16,7 +16,6 @@
 #include <Library/S3BootScriptLib.h>\r
 #include <Library/S3StallLib.h>\r
 \r
-\r
 /**\r
   Stalls the CPU for at least the given number of microseconds and and saves\r
   the value in the S3 script to be replayed on S3 resume.\r
 UINTN\r
 EFIAPI\r
 S3Stall (\r
-  IN UINTN                     MicroSeconds\r
+  IN UINTN  MicroSeconds\r
   )\r
 {\r
-  RETURN_STATUS    Status;\r
+  RETURN_STATUS  Status;\r
 \r
   Status = S3BootScriptSaveStall (MicroSecondDelay (MicroSeconds));\r
   ASSERT (Status == RETURN_SUCCESS);\r
 \r
   return MicroSeconds;\r
 }\r
-\r
-\r