]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseS3StallLib/S3StallLib.c
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / BaseS3StallLib / S3StallLib.c
index e5ebc874f5c2dd778cef7b58d7f490694ff81892..095f22a44a1559bae9ad7072522e4a89f3acd263 100644 (file)
@@ -1,9 +1,9 @@
 /** @file\r
   Stall Services that do stall and also enable the Stall operatation\r
   to be replayed during an S3 resume. This library class maps directly on top\r
-  of the Timer class. \r
+  of the Timer class.\r
 \r
-  Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions\r
@@ -42,10 +42,10 @@ S3Stall (
   )\r
 {\r
   RETURN_STATUS    Status;\r
-  \r
+\r
   Status = S3BootScriptSaveStall (MicroSecondDelay (MicroSeconds));\r
   ASSERT (Status == RETURN_SUCCESS);\r
-  \r
+\r
   return MicroSeconds;\r
 }\r
 \r