]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Tcg/Tcg2PlatformDxe/Tcg2PlatformDxe.c
SecurityPkg: Apply uncrustify changes
[mirror_edk2.git] / SecurityPkg / Tcg / Tcg2PlatformDxe / Tcg2PlatformDxe.c
index 150cf748ffd07d7e5d79412bec1a1d02ff6d4f30..b9ed6cf8f94dd3c54495f06426e0a93b2ed19859 100644 (file)
@@ -30,8 +30,8 @@ SmmReadyToLockEventCallBack (
   IN VOID       *Context\r
   )\r
 {\r
   IN VOID       *Context\r
   )\r
 {\r
-  EFI_STATUS   Status;\r
-  VOID         *Interface;\r
+  EFI_STATUS  Status;\r
+  VOID        *Interface;\r
 \r
   //\r
   // Try to locate it because EfiCreateProtocolNotifyEvent will trigger it once when registration.\r
 \r
   //\r
   // Try to locate it because EfiCreateProtocolNotifyEvent will trigger it once when registration.\r
@@ -43,7 +43,7 @@ SmmReadyToLockEventCallBack (
                   &Interface\r
                   );\r
   if (EFI_ERROR (Status)) {\r
                   &Interface\r
                   );\r
   if (EFI_ERROR (Status)) {\r
-    return ;\r
+    return;\r
   }\r
 \r
   ConfigureTpmPlatformHierarchy ();\r
   }\r
 \r
   ConfigureTpmPlatformHierarchy ();\r
@@ -64,8 +64,8 @@ SmmReadyToLockEventCallBack (
 EFI_STATUS\r
 EFIAPI\r
 Tcg2PlatformDxeEntryPoint (\r
 EFI_STATUS\r
 EFIAPI\r
 Tcg2PlatformDxeEntryPoint (\r
-  IN    EFI_HANDLE                  ImageHandle,\r
-  IN    EFI_SYSTEM_TABLE            *SystemTable\r
+  IN    EFI_HANDLE        ImageHandle,\r
+  IN    EFI_SYSTEM_TABLE  *SystemTable\r
   )\r
 {\r
   VOID       *Registration;\r
   )\r
 {\r
   VOID       *Registration;\r