]> xenbits.xensource.com Git - libvirt.git/commitdiff
remove trailing white space
authorJim Meyering <meyering@redhat.com>
Tue, 17 Jun 2008 15:55:03 +0000 (15:55 +0000)
committerJim Meyering <meyering@redhat.com>
Tue, 17 Jun 2008 15:55:03 +0000 (15:55 +0000)
src/storage_backend_iscsi.c

index 8562cc2ea5b5ce4d08299fe2432f6cfe83b99a8c..cd6a25133458b72d4b31fd905930c5c91f7a9c7d 100644 (file)
@@ -492,9 +492,9 @@ namelist_cleanup:
 
     for (i=0; i<n; i++)
         VIR_FREE(namelist[i]);
-       
+
     VIR_FREE(namelist);
+
     return retval;
 }