CLOUDSTACK-2701 - Enable storage migration for VMware resources

Whitespace cleanup

Signed-off-by: Sateesh Chodapuneedi <sateesh@apache.org>
diff --git a/plugins/hypervisors/vmware/src/org/apache/cloudstack/storage/motion/VmwareStorageMotionStrategy.java b/plugins/hypervisors/vmware/src/org/apache/cloudstack/storage/motion/VmwareStorageMotionStrategy.java
index c32d3d5..11be609 100644
--- a/plugins/hypervisors/vmware/src/org/apache/cloudstack/storage/motion/VmwareStorageMotionStrategy.java
+++ b/plugins/hypervisors/vmware/src/org/apache/cloudstack/storage/motion/VmwareStorageMotionStrategy.java
@@ -133,8 +133,8 @@
             }
 
             // Migration across cluster needs to be done in three phases.
-            // 1. Send a migrate command to source resource to initiate migration 
-            //	  Run validations against target!! 
+            // 1. Send a migrate command to source resource to initiate migration
+            //	  Run validations against target!!
             // 2. Complete the process. Update the volume details.
             MigrateWithStorageCommand migrateWithStorageCmd = new MigrateWithStorageCommand(to, volumeToFilerto, destHost.getGuid());
             MigrateWithStorageAnswer migrateWithStorageAnswer = (MigrateWithStorageAnswer) agentMgr.send(