Pushed under trivial rule.
---
 src/storage/storage_backend.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/storage/storage_backend.c b/src/storage/storage_backend.c
index 41a19a1..83c4755 100644
--- a/src/storage/storage_backend.c
+++ b/src/storage/storage_backend.c
@@ -337,7 +337,6 @@ createRawFile(int fd, virStorageVolDefPtr vol,
 
     if (remain) {
         if (track_allocation_progress) {
-
             while (remain) {
                 /* Allocate in chunks of 512MiB: big-enough chunk
                  * size and takes approx. 9s on ext3. A progress
@@ -363,7 +362,6 @@ createRawFile(int fd, virStorageVolDefPtr vol,
                 goto cleanup;
             }
         }
-
     }
 
     if (fsync(fd) < 0) {
-- 
1.7.7.6

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to