From: Ray Strode Date: Sun, 22 Aug 2010 19:34:35 +0000 (-0400) Subject: [region] clean up bogus whitespace X-Git-Tag: 0.8.4~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=210264408126bb4daf64f23bf50ffb4284a5fd07;p=thirdparty%2Fplymouth.git [region] clean up bogus whitespace --- diff --git a/src/libply/ply-region.c b/src/libply/ply-region.c index eafa59f0..43836ea5 100644 --- a/src/libply/ply-region.c +++ b/src/libply/ply-region.c @@ -517,7 +517,7 @@ do_test (void) cover[y][x] = 0; } } - + for (i = 0; i < RECTANGLE_COUNT; i++) { rectangle.x = random() % COVER_SIZE-5; @@ -532,10 +532,10 @@ do_test (void) cover_with_rect(cover, &rectangle, 100); /* 100 means covered by origial squares */ ply_region_add_rectangle (region, &rectangle); } - + printf("Converted to:\n"); int count = 0; - + ply_list_t *rectangle_list = ply_region_get_rectangle_list (region); for (node = ply_list_get_first_node (rectangle_list); node; @@ -551,9 +551,9 @@ do_test (void) count++; } printf("Rectangles in:%d out:%d\n", RECTANGLE_COUNT, count); - + count=0; - + for (y = 0; y < COVER_SIZE; y++) { printf("%03d ", y);