Index: /trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
===================================================================
--- /trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp	(revision 82364)
+++ /trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp	(revision 82365)
@@ -1440,5 +1440,5 @@
 
             /* Check the target path. If the path exists and folder isn't empty return an error */
-            {          
+            {
                 Bstr bstrSettingsFilename;
                 /* Based on the VM name, create a target machine path. */
@@ -1461,5 +1461,5 @@
                     RTDIR hDir;
                     vrc = RTDirOpen(&hDir, strMachineFolder.c_str());
-                    if (RT_SUCCESS(vrc)) 
+                    if (RT_SUCCESS(vrc))
                     {
                         RTDIRENTRY DirEntry;
