]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiApplicationEntryPoint/ApplicationEntryPoint.c
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Library / UefiApplicationEntryPoint / ApplicationEntryPoint.c
index 324e88c906a6e48abd850b18e767284c5a5b9c2b..0a33e7a22343848b0be58ff9a9999c6a5e4e1e57 100644 (file)
@@ -12,7 +12,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 #include <Library/DebugLib.h>\r
 #include <Library/UefiBootServicesTableLib.h>\r
 \r
-\r
 /**\r
   Entry point to UEFI Application.\r
 \r
@@ -37,7 +36,7 @@ _ModuleEntryPoint (
   IN EFI_SYSTEM_TABLE  *SystemTable\r
   )\r
 {\r
-  EFI_STATUS                 Status;\r
+  EFI_STATUS  Status;\r
 \r
   if (_gUefiDriverRevision != 0) {\r
     //\r
@@ -69,7 +68,6 @@ _ModuleEntryPoint (
   return Status;\r
 }\r
 \r
-\r
 /**\r
   Invokes the library destructors for all dependent libraries and terminates\r
   the UEFI Application.\r
@@ -92,7 +90,6 @@ Exit (
   gBS->Exit (gImageHandle, Status, 0, NULL);\r
 }\r
 \r
-\r
 /**\r
   Required by the EBC compiler and identical in functionality to _ModuleEntryPoint().\r
 \r