]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix up a stray whitespace in virHashGrow.
authorChris Lalancette <clalance@redhat.com>
Wed, 5 Aug 2009 11:46:43 +0000 (13:46 +0200)
committerChris Lalancette <clalance@redhat.com>
Tue, 11 Aug 2009 11:29:59 +0000 (13:29 +0200)
Signed-off-by: Chris Lalancette <clalance@redhat.com>
src/hash.c

index bde3a0b9013f10e37b47f3a70deeb69ae0523813..9308c0c2ba08e47c62524e887359d63286b45f0c 100644 (file)
@@ -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