Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp	(revision 78429)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp	(revision 78430)
@@ -371,5 +371,5 @@
             strOvfFilename.append(mapArgsMapsPerVsys[ulCurVsys]["cloudinstanceid"]);
         }
-        else 
+        else
             return errorSyntax(USAGE_IMPORTAPPLIANCE, "Not enough arguments for import from the Cloud.");
 
Index: /trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp	(revision 78429)
+++ /trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp	(revision 78430)
@@ -95,5 +95,5 @@
 
         // see if we can handle this file; for now we insist it has an ovf/ova extension
-        if (   m->locInfo.storageType == VFSType_File 
+        if (   m->locInfo.storageType == VFSType_File
             && !aFile.endsWith(".ovf", Utf8Str::CaseInsensitive)
             && !aFile.endsWith(".ova", Utf8Str::CaseInsensitive))
@@ -1163,5 +1163,5 @@
     {
         rc = aRc;
-    } 
+    }
     catch (...)
     {
@@ -1202,5 +1202,5 @@
         }
 
-        //Get information about the passed cloud instance    
+        //Get information about the passed cloud instance
         ComPtr<ICloudProviderManager> cpm;
         hrc = mVirtualBox->COMGETTER(CloudProviderManager)(cpm.asOutParam());
@@ -2369,5 +2369,5 @@
     {
         rc = aRc;
-    } 
+    }
     catch (...)
     {
