public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-platforms] [PATCH] MinPlatformPkg: Whitespace cleanup in PlatformInitDxe
@ 2019-10-25  1:28 Nate DeSimone
  2019-10-25  9:24 ` [edk2-devel] " Philippe Mathieu-Daudé
  2019-10-25 15:14 ` Kubacki, Michael A
  0 siblings, 2 replies; 3+ messages in thread
From: Nate DeSimone @ 2019-10-25  1:28 UTC (permalink / raw)
  To: devel; +Cc: Michael Kubacki, Chasel Chiu, Liming Gao

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>
---
 .../PlatformInit/PlatformInitDxe/PlatformInitDxe.c   | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe/PlatformInitDxe.c b/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe/PlatformInitDxe.c
index e9ae055f47..f5bfc6a528 100644
--- a/Platform/Intel/MinPlatformPkg/PlatformInit/PlatformInitDxe/PlatformInitDxe.c
+++ b/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,
-- 
2.23.0.windows.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-25 15:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-25  1:28 [edk2-platforms] [PATCH] MinPlatformPkg: Whitespace cleanup in PlatformInitDxe Nate DeSimone
2019-10-25  9:24 ` [edk2-devel] " Philippe Mathieu-Daudé
2019-10-25 15:14 ` Kubacki, Michael A

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox