]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/ShellParameters.h
MdePkg: Apply uncrustify changes
[mirror_edk2.git] / MdePkg / Include / Protocol / ShellParameters.h
index 1f939bd6ddd08d95441f30ac5616d8f13883d541..847e1a1d8565f87fcaedb5331bfdff02d3fb4187 100644 (file)
@@ -23,32 +23,32 @@ typedef struct _EFI_SHELL_PARAMETERS_PROTOCOL {
   /// path of the executable. Any quotation marks that were used to preserve\r
   /// whitespace have been removed.\r
   ///\r
-  CHAR16 **Argv;\r
+  CHAR16               **Argv;\r
 \r
   ///\r
   /// The number of elements in the Argv array.\r
   ///\r
-  UINTN Argc;\r
+  UINTN                Argc;\r
 \r
   ///\r
   /// The file handle for the standard input for this executable. This may be different\r
   /// from the ConInHandle in EFI_SYSTEM_TABLE.\r
   ///\r
-  SHELL_FILE_HANDLE StdIn;\r
+  SHELL_FILE_HANDLE    StdIn;\r
 \r
   ///\r
   /// The file handle for the standard output for this executable. This may be different\r
   /// from the ConOutHandle in EFI_SYSTEM_TABLE.\r
   ///\r
-  SHELL_FILE_HANDLE StdOut;\r
+  SHELL_FILE_HANDLE    StdOut;\r
 \r
   ///\r
   /// The file handle for the standard error output for this executable. This may be\r
   /// different from the StdErrHandle in EFI_SYSTEM_TABLE.\r
   ///\r
-  SHELL_FILE_HANDLE StdErr;\r
+  SHELL_FILE_HANDLE    StdErr;\r
 } EFI_SHELL_PARAMETERS_PROTOCOL;\r
 \r
-extern EFI_GUID gEfiShellParametersProtocolGuid;\r
+extern EFI_GUID  gEfiShellParametersProtocolGuid;\r
 \r
 #endif\r