]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/DxeTimerLibEsal/DxeTimerLibEsal.c
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / DxeTimerLibEsal / DxeTimerLibEsal.c
index 8ca3ec6f8b360c1d3671bee6f23aff877bd741c0..460ff42679dcac303e75eac34a1ce093b054437d 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   This library implements the Timer Library using the Extended SAL Stall Services Class.\r
 \r
-  Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -42,13 +42,13 @@ MicroSecondDelay (
   EsalCall (\r
     EFI_EXTENDED_SAL_STALL_SERVICES_PROTOCOL_GUID_LO,\r
     EFI_EXTENDED_SAL_STALL_SERVICES_PROTOCOL_GUID_HI,\r
-    StallFunctionId, \r
-    MicroSeconds, \r
-    0, \r
-    0, \r
-    0, \r
-    0, \r
-    0, \r
+    StallFunctionId,\r
+    MicroSeconds,\r
+    0,\r
+    0,\r
+    0,\r
+    0,\r
+    0,\r
     0\r
     );\r
   return MicroSeconds;\r
@@ -82,13 +82,13 @@ NanoSecondDelay (
   EsalCall (\r
     EFI_EXTENDED_SAL_STALL_SERVICES_PROTOCOL_GUID_LO,\r
     EFI_EXTENDED_SAL_STALL_SERVICES_PROTOCOL_GUID_HI,\r
-    StallFunctionId, \r
-    MicroSeconds, \r
-    0, \r
-    0, \r
-    0, \r
-    0, \r
-    0, \r
+    StallFunctionId,\r
+    MicroSeconds,\r
+    0,\r
+    0,\r
+    0,\r
+    0,\r
+    0,\r
     0\r
     );\r
   return NanoSeconds;\r