remove some weird white spaces.
This commit is contained in:
parent
832f3d2e4a
commit
b7646836b6
@ -53,8 +53,6 @@ rtree_loop:
|
|||||||
to_visit -= 3;
|
to_visit -= 3;
|
||||||
if (to_visit < to_visit_max) {
|
if (to_visit < to_visit_max) {
|
||||||
to_visit = Yap_shift_visit(to_visit, &to_visit_max);
|
to_visit = Yap_shift_visit(to_visit, &to_visit_max);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
to_visit[0] = pt0;
|
to_visit[0] = pt0;
|
||||||
to_visit[1] = pt0_end;
|
to_visit[1] = pt0_end;
|
||||||
|
Reference in New Issue
Block a user