summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-06-17 15:55:03 +0000
committerJim Meyering <meyering@redhat.com>2008-06-17 15:55:03 +0000
commit21ea9cb7af205a71d8401a6e87d37db35f7f0593 (patch)
tree2b1dd8bcdd4f6fa65862809da2156a5e16e60eb5
parentThis rather large patch rewrites the virStorageBackendISCSIFindLUNs() function (diff)
downloadlibvirt-21ea9cb7af205a71d8401a6e87d37db35f7f0593.tar.gz
libvirt-21ea9cb7af205a71d8401a6e87d37db35f7f0593.tar.bz2
libvirt-21ea9cb7af205a71d8401a6e87d37db35f7f0593.zip
remove trailing white space
-rw-r--r--src/storage_backend_iscsi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage_backend_iscsi.c b/src/storage_backend_iscsi.c
index 8562cc2ea..cd6a25133 100644
--- a/src/storage_backend_iscsi.c
+++ b/src/storage_backend_iscsi.c
@@ -492,9 +492,9 @@ namelist_cleanup:
for (i=0; i<n; i++)
VIR_FREE(namelist[i]);
-
+
VIR_FREE(namelist);
-
+
return retval;
}