]> xenbits.xensource.com Git - libvirt.git/commitdiff
libvirt.c: Fix the indention
authorOsier Yang <jyang@redhat.com>
Thu, 9 May 2013 10:50:22 +0000 (18:50 +0800)
committerOsier Yang <jyang@redhat.com>
Thu, 9 May 2013 10:50:22 +0000 (18:50 +0800)
Pushed under trivial rule

src/libvirt.c

index 33a441994167433c0d8f81dd49e477cb0f586f30..4087b5ae9175a85de03825ee23f2e8f7c40544df 100644 (file)
@@ -13701,10 +13701,10 @@ virStorageVolDownload(virStorageVolPtr vol,
         vol->conn->storageDriver->storageVolDownload) {
         int ret;
         ret = vol->conn->storageDriver->storageVolDownload(vol,
-                                                    stream,
-                                                    offset,
-                                                    length,
-                                                    flags);
+                                                           stream,
+                                                           offset,
+                                                           length,
+                                                           flags);
         if (ret < 0)
             goto error;
         return ret;