]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[region] clean up bogus whitespace
authorRay Strode <rstrode@redhat.com>
Sun, 22 Aug 2010 19:34:35 +0000 (15:34 -0400)
committerRay Strode <rstrode@redhat.com>
Sun, 22 Aug 2010 19:34:35 +0000 (15:34 -0400)
src/libply/ply-region.c

index eafa59f0c228752a2135967a711468ff7e98dc36..43836ea51798b647878bb4a5db237541055d9c7b 100644 (file)
@@ -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);