]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/EditMenuBar.h
ShellPkg: Apply uncrustify changes
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / EditMenuBar.h
index b246c4920d28f5781164b3c48a024e7a4314c561..92c5610d66b63e2f7d372f9f5aa7b230f02bfadc 100644 (file)
@@ -22,7 +22,6 @@
 #define SCAN_CONTROL_W  23\r
 #define SCAN_CONTROL_Z  26\r
 \r
-\r
 typedef\r
 EFI_STATUS\r
 (*MENU_ITEM_FUNCTION) (\r
@@ -30,9 +29,9 @@ EFI_STATUS
   );\r
 \r
 typedef struct _EDITOR_MENU_ITEM {\r
-  EFI_STRING_ID           NameToken;\r
-  CHAR16                  FunctionKeyToken;\r
-  MENU_ITEM_FUNCTION  Function;\r
+  EFI_STRING_ID         NameToken;\r
+  CHAR16                FunctionKeyToken;\r
+  MENU_ITEM_FUNCTION    Function;\r
 } EDITOR_MENU_ITEM;\r
 \r
 /**\r
@@ -78,8 +77,8 @@ MenuBarCleanup (
 **/\r
 EFI_STATUS\r
 MenuBarRefresh (\r
-  IN CONST UINTN LastRow,\r
-  IN CONST UINTN LastCol\r
+  IN CONST UINTN  LastRow,\r
+  IN CONST UINTN  LastCol\r
   );\r
 \r
 /**\r
@@ -93,7 +92,7 @@ MenuBarRefresh (
 **/\r
 EFI_STATUS\r
 MenuBarDispatchFunctionKey (\r
-  IN CONST EFI_INPUT_KEY   *Key\r
+  IN CONST EFI_INPUT_KEY  *Key\r
   );\r
 \r
 /**\r
@@ -107,7 +106,7 @@ MenuBarDispatchFunctionKey (
 **/\r
 EFI_STATUS\r
 MenuBarDispatchControlHotKey (\r
-  IN CONST EFI_KEY_DATA   *KeyData\r
+  IN CONST EFI_KEY_DATA  *KeyData\r
   );\r
 \r
 #endif\r