]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/DxePalLibEsal/DxePalLibEsal.c
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / DxePalLibEsal / DxePalLibEsal.c
index 65003204567c4f1d30b79df8ee1ee36ceac58098..7d3579f041a306ac90c18b470f210578745c397c 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   PAL Library Class implementation built upon Extended SAL Procedures.\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
@@ -59,13 +59,13 @@ PalCall (
   SalReturn = EsalCall (\r
                 EFI_EXTENDED_SAL_PAL_SERVICES_PROTOCOL_GUID_LO,\r
                 EFI_EXTENDED_SAL_PAL_SERVICES_PROTOCOL_GUID_HI,\r
-                PalProcFunctionId, \r
-                Index, \r
-                Arg2, \r
-                Arg3, \r
-                Arg4, \r
-                0, \r
-                0, \r
+                PalProcFunctionId,\r
+                Index,\r
+                Arg2,\r
+                Arg3,\r
+                Arg4,\r
+                0,\r
+                0,\r
                 0\r
                 );\r
   PalReturn = (PAL_CALL_RETURN *) (UINTN) (&SalReturn);\r