Преглед изворни кода

MinPlatformPkg: Whitespace cleanup in PlatformInitDxe

Cc: Michael Kubacki <michael.a.kubacki@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Nate DeSimone <nathaniel.l.desimone@intel.com>
Reviewed-by: Michael Kubacki <michael.a.kubacki@intel.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Nate DeSimone пре 4 година
родитељ
комит
1b4c1207f4

+ 6 - 6
Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe/PlatformInitDxe.c

@@ -75,7 +75,7 @@ OnEndOfDxe (
   gBS->CloseEvent (Event);
 
   TestPointEndOfDxeNoThirdPartyPciOptionRom ();
-  
+
   TestPointEndOfDxeDmaAcpiTableFunctional ();
 
   TestPointEndOfDxeDmaProtectionEnabled ();
@@ -183,7 +183,7 @@ OnReadyToBoot (
 
   Status = BoardInitReadyToBoot ();
   ASSERT_EFI_ERROR(Status);
-  
+
   Status = gBS->CreateEvent (
                   EVT_NOTIFY_SIGNAL,
                   TPL_CALLBACK,
@@ -192,7 +192,7 @@ OnReadyToBoot (
                   &ReadyToBootLaterEvent
                   );
   ASSERT_EFI_ERROR (Status);
-  
+
   gBS->SignalEvent (ReadyToBootLaterEvent);
 }
 
@@ -256,7 +256,7 @@ BoardNotificationInitEntryPoint (
                           &Registration
                           );
   ASSERT (ProtocolNotifyEvent != NULL);
-  
+
   Status = gBS->CreateEventEx (
                   EVT_NOTIFY_SIGNAL,
                   TPL_CALLBACK,
@@ -266,7 +266,7 @@ BoardNotificationInitEntryPoint (
                   &EndOfDxeEvent
                   );
   ASSERT_EFI_ERROR (Status);
-  
+
   SmmReadyToLockEvent = EfiCreateProtocolNotifyEvent  (
                           &gEfiDxeSmmReadyToLockProtocolGuid,
                           TPL_CALLBACK,
@@ -283,7 +283,7 @@ BoardNotificationInitEntryPoint (
              &ReadyToBootEvent
              );
   ASSERT_EFI_ERROR (Status);
-  
+
   Status = gBS->CreateEventEx (
                   EVT_NOTIFY_SIGNAL,
                   TPL_CALLBACK,