[Libguestfs] [PATCH] btrfs: remove redundant whitespace

Pino Toscano ptoscano at redhat.com
Tue Jun 23 10:02:53 UTC 2015


In data martedì 23 giugno 2015 16:01:10, Chen Hanxiao ha scritto:
> 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;

LGTM, pushed.

Thanks,
-- 
Pino Toscano




More information about the Libguestfs mailing list