ilo: replace a boolean by bool
[mesa.git] / src / gallium / state_trackers / vega / bezier.c
index 0d5504004cc60bbce193dc4608fa3c0511fcfcad..5769e8ea868ec6998a66667360de7c58d5bf8fc5 100644 (file)
@@ -256,7 +256,6 @@ static enum shift_result good_offset(const struct bezier *b1,
    const float max_dist_normal = threshold*offset;
    const float spacing = 0.25;
    float i;
-
    for (i = spacing; i < 0.99; i += spacing) {
       float p1[2],p2[2], d, l;
       float normal[2];