storage: Fix the indention

Pushed under trivial rule
This commit is contained in:
Osier Yang 2013-04-13 15:22:01 +08:00
parent 93002b9827
commit 2f40ede4cd

View 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)