]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Library/EblAddExternalCommandLib/EblAddExternalCommandLib.c
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / EmbeddedPkg / Library / EblAddExternalCommandLib / EblAddExternalCommandLib.c
index 90ae8d44d5ef720fe6ad43646bd307e380e13160..3b9f1846d3cf569cf8f5e353bcc1a7db68264e27 100644 (file)
@@ -36,7 +36,7 @@ EBL_ADD_COMMAND_PROTOCOL      *gEblExternalCommand = NULL;
 \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
@@ -64,7 +64,7 @@ EblGetCharKey (
   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
@@ -118,12 +118,12 @@ EblAddCommandNotificationEvent (
 \r
 /**\r
   The user Entry Point for the driver. The user code starts with this function\r
-  as the real entry point for the image goes into a library that calls this \r
+  as the real entry point for the image goes into a library that calls this\r
   function.\r
 \r
-  @param[in] ImageHandle    The firmware allocated handle for the EFI image.  \r
+  @param[in] ImageHandle    The firmware allocated handle for the EFI image.\r
   @param[in] SystemTable    A pointer to the EFI System Table.\r
-  \r
+\r
   @retval EFI_SUCCESS       The entry point is executed successfully.\r
   @retval other             Some error occurs when executing this entry point.\r
 \r
@@ -141,7 +141,7 @@ EblAddExternalCommands (
 \r
   mAddExternalCmdLibTemplate     = EntryArray;\r
   mAddExternalCmdLibTemplateSize = ArrayCount;\r
-  \r
+\r
   EfiCreateProtocolNotifyEvent (\r
     &gEfiEblAddCommandProtocolGuid,\r
     TPL_CALLBACK,\r
@@ -149,7 +149,7 @@ EblAddExternalCommands (
     NULL,\r
     &mEblCommandRegistration\r
     );\r
-  \r
+\r
   return EFI_SUCCESS;\r
 }\r
 \r