mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 21:48:09 +02:00
[region] clean up bogus whitespace
This commit is contained in:
parent
f163c1e304
commit
2102644081
1 changed files with 5 additions and 5 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue