[Pkg-libvirt-commits] [libguestfs] 08/29: btrfs: remove redundant whitespace

Hilko Bengen bengen at moszumanska.debian.org
Sun Nov 1 17:14:15 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag upstream/1.29.48
in repository libguestfs.

commit 35710595c136bf24c9a4b77788c5dd93a7c72b2d
Author: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
Date:   Tue Jun 23 16:01:10 2015 +0800

    btrfs: remove redundant whitespace
    
    s/  =/ =
    
    Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
---
 daemon/btrfs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/daemon/btrfs.c b/daemon/btrfs.c
index 8b5779a..306cade 100644
--- a/daemon/btrfs.c
+++ b/daemon/btrfs.c
@@ -512,7 +512,7 @@ do_btrfs_subvolume_list (const mountable_t *fs)
       goto error;
     }
 
-    struct guestfs_int_btrfssubvolume *this  =
+    struct guestfs_int_btrfssubvolume *this =
       &ret->guestfs_int_btrfssubvolume_list_val[i];
 
     #if __WORDSIZE == 64
@@ -1298,7 +1298,7 @@ do_btrfs_qgroup_show (const char *path)
 
   for (i = 0; i < nr_qgroups; ++i) {
     char *line = lines[i + 2];
-    struct guestfs_int_btrfsqgroup *this  =
+    struct guestfs_int_btrfsqgroup *this =
       &ret->guestfs_int_btrfsqgroup_list_val[i];
     uint64_t dummy1, dummy2;
     char *p;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list