]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
storage: Fix the indention
authorOsier Yang <jyang@redhat.com>
Sat, 13 Apr 2013 07:22:01 +0000 (15:22 +0800)
committerOsier Yang <jyang@redhat.com>
Sat, 13 Apr 2013 07:22:01 +0000 (15:22 +0800)
Pushed under trivial rule

src/storage/storage_driver.c

index e98c18c20897f81805c42ae07b74700e9e910d7e..bf9db47b848580a56ef0b7a5c488a4b097d4dd4b 100644 (file)
@@ -1833,8 +1833,8 @@ storageVolumeResize(virStorageVolPtr obj,
     if (backend->resizeVol(obj->conn, pool, vol, abs_capacity, flags) < 0)
         goto out;
 
-   vol->capacity = abs_capacity;
-   ret = 0;
+    vol->capacity = abs_capacity;
+    ret = 0;
 
 out:
     if (pool)