]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Include/Protocol/EblAddCommand.h
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / EmbeddedPkg / Include / Protocol / EblAddCommand.h
index a7809b27b3ec22971a81f6aa7b7b7777539c03a2..4a9f494c5d93a46d1419a6f4be5f95e1ed9f1d47 100644 (file)
@@ -46,7 +46,7 @@ typedef struct {
 \r
 /**\r
   Add a single command table entry.\r
-  \r
+\r
   @param EntryArray     Pointer EBL_COMMAND_TABLE of the command that is being added\r
 \r
 **/\r
@@ -73,7 +73,7 @@ VOID
   );\r
 \r
 \r
-typedef \r
+typedef\r
 VOID\r
 (EFIAPI *EBL_GET_CHAR_CALL_BACK) (\r
   IN  UINTN   ElapsedTime\r
@@ -86,13 +86,13 @@ VOID
 \r
   @param  Key           EFI Key information returned\r
   @param  TimeoutInSec  Number of seconds to wait to timeout\r
-  @param  CallBack      Callback called every second during the timeout wait \r
+  @param  CallBack      Callback called every second during the timeout wait\r
 \r
   @return EFI_SUCCESS  Key was returned\r
   @return EFI_TIMEOUT  If the TimoutInSec expired\r
 \r
 **/\r
-typedef \r
+typedef\r
 EFI_STATUS\r
 (EFIAPI *EBL_GET_CHAR_KEY) (\r
   IN OUT EFI_INPUT_KEY            *Key,\r
@@ -108,7 +108,7 @@ EFI_STATUS
   If the use hits Q to quit return TRUE else for any other key return FALSE.\r
   PrefixNewline is used to figure out if a newline is needed before the prompt\r
   string. This depends on the last print done before calling this function.\r
-  CurrentRow is updated by one on a call or set back to zero if a prompt is \r
+  CurrentRow is updated by one on a call or set back to zero if a prompt is\r
   needed.\r
 \r
   @param  CurrentRow  Used to figure out if its the end of the page and updated\r