[libvirt] [PATCH] Fix up a stray whitespace in virHashGrow.

Daniel P. Berrange berrange at redhat.com
Tue Aug 11 09:34:46 UTC 2009


On Fri, Aug 07, 2009 at 11:06:12AM +0200, Chris Lalancette wrote:
> Signed-off-by: Chris Lalancette <clalance at redhat.com>
> ---
>  src/hash.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/hash.c b/src/hash.c
> index bde3a0b..9308c0c 100644
> --- a/src/hash.c
> +++ b/src/hash.c
> @@ -141,7 +141,7 @@ virHashGrow(virHashTablePtr table, int size)
>      }
>      table->size = size;
>  
> -    /*  If the two loops are merged, there would be situations where
> +    /* If the two loops are merged, there would be situations where
>       * a new entry needs to allocated and data copied into it from
>       * the main table. So instead, we run through the array twice, first
>       * copying all the elements in the main array (where we can't get
ACK

Daniel
-- 
|: Red Hat, Engineering, London   -o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org  -o-  http://virt-manager.org  -o-  http://ovirt.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-  F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|




More information about the libvir-list mailing list