]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
storage: Remove the redundant white lines
authorOsier Yang <jyang@redhat.com>
Wed, 5 Dec 2012 04:16:28 +0000 (12:16 +0800)
committerOsier Yang <jyang@redhat.com>
Wed, 5 Dec 2012 04:17:18 +0000 (12:17 +0800)
Pushed under trivial rule.

src/storage/storage_backend.c

index 41a19a14388776d80ba4910921d40eebe7612ed8..83c4755e3a0e5eb3a77b74df247af17eadd765ae 100644 (file)
@@ -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) {