]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Metronome.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / Metronome.h
index 4f9c08317040ffb73cc06831634fc90891f13593..d0e1d3d53487dda46be1c7b81f4226969f5e6b77 100644 (file)
@@ -20,7 +20,7 @@
 ///\r
 /// Declare forward reference for the Metronome Architectural Protocol\r
 ///\r
-typedef struct _EFI_METRONOME_ARCH_PROTOCOL   EFI_METRONOME_ARCH_PROTOCOL;\r
+typedef struct _EFI_METRONOME_ARCH_PROTOCOL EFI_METRONOME_ARCH_PROTOCOL;\r
 \r
 /**\r
   The WaitForTick() function waits for the number of ticks specified by\r
@@ -47,8 +47,8 @@ typedef struct _EFI_METRONOME_ARCH_PROTOCOL   EFI_METRONOME_ARCH_PROTOCOL;
 typedef\r
 EFI_STATUS\r
 (EFIAPI *EFI_METRONOME_WAIT_FOR_TICK)(\r
-   IN EFI_METRONOME_ARCH_PROTOCOL   *This,\r
-   IN UINT32                        TickNumber\r
+  IN EFI_METRONOME_ARCH_PROTOCOL   *This,\r
+  IN UINT32                        TickNumber\r
   );\r
 \r
 ///\r
@@ -57,7 +57,7 @@ EFI_STATUS
 /// require calibrated delays.\r
 ///\r
 struct _EFI_METRONOME_ARCH_PROTOCOL {\r
-  EFI_METRONOME_WAIT_FOR_TICK  WaitForTick;\r
+  EFI_METRONOME_WAIT_FOR_TICK    WaitForTick;\r
 \r
   ///\r
   /// The period of platform's known time source in 100 nS units.\r
@@ -66,9 +66,9 @@ struct _EFI_METRONOME_ARCH_PROTOCOL {
   /// not be modified after the Metronome architectural protocol is\r
   /// installed.  All consumers must treat this as a read-only field.\r
   ///\r
-  UINT32                       TickPeriod;\r
+  UINT32    TickPeriod;\r
 };\r
 \r
-extern EFI_GUID gEfiMetronomeArchProtocolGuid;\r
+extern EFI_GUID  gEfiMetronomeArchProtocolGuid;\r
 \r
 #endif\r