]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/EmuBusDriverDxe/EmuBusDriverDxe.c
EmulatorPkg: Remove all trailing whitespace
[mirror_edk2.git] / EmulatorPkg / EmuBusDriverDxe / EmuBusDriverDxe.c
index 0430ec3dd22fe5a23e21be6c6dcf5fc7264f8106..623544508c00ef6d6080d0b44fe88c41feb356d9 100644 (file)
@@ -50,7 +50,7 @@ EmuBusDriverBindingSupported (
   //\r
   if (RemainingDevicePath != NULL) {\r
     //\r
-    // Check if RemainingDevicePath is the End of Device Path Node, \r
+    // Check if RemainingDevicePath is the End of Device Path Node,\r
     // if yes, go on checking other conditions\r
     //\r
     if (!IsDevicePathEnd (RemainingDevicePath)) {\r
@@ -65,7 +65,7 @@ EmuBusDriverBindingSupported (
       }\r
     }\r
   }\r
-  \r
+\r
   //\r
   // Open the IO Abstraction(s) needed to perform the supported test\r
   //\r
@@ -226,8 +226,8 @@ EmuBusDriverBindingStart (
     if (RemainingDevicePath != NULL) {\r
       CreateDevice  = FALSE;\r
       //\r
-      // Check if RemainingDevicePath is the End of Device Path Node, \r
-      // if yes, don't create any child device \r
+      // Check if RemainingDevicePath is the End of Device Path Node,\r
+      // if yes, don't create any child device\r
       //\r
       if (!IsDevicePathEnd (RemainingDevicePath)) {\r
         //\r
@@ -259,7 +259,7 @@ EmuBusDriverBindingStart (
       EmuDevice->ControllerHandle   = ControllerHandle;\r
       EmuDevice->ParentDevicePath   = ParentDevicePath;\r
       CopyMem (&EmuDevice->EmuIoThunk, EmuIoThunk, sizeof (EMU_IO_THUNK_PROTOCOL));\r
-      \r
+\r
       EmuDevice->ControllerNameTable = NULL;\r
 \r
       StrnCpy (ComponentName, EmuIoThunk->ConfigString, sizeof (ComponentName)/sizeof (CHAR16));\r
@@ -455,7 +455,7 @@ Arguments:
 \r
 Returns:\r
 \r
-  EFI_DEVICE_PATH_PROTOCOL \r
+  EFI_DEVICE_PATH_PROTOCOL\r
 \r
 **/\r
 EFI_DEVICE_PATH_PROTOCOL *\r
@@ -493,9 +493,9 @@ EmuBusCreateDevicePath (
 /**\r
   The user Entry Point for module EmuBusDriver. The user code starts with this 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