Fix style
This commit is contained in:
parent
f74e2d5cf5
commit
91a3e8f983
@ -165,9 +165,8 @@ void bounding_box_update_point(union bounding_box *destination, conv_generic_to_
|
|||||||
{
|
{
|
||||||
struct vector_2d point;
|
struct vector_2d point;
|
||||||
|
|
||||||
if (!destination || !pt) {
|
if (!destination || !pt)
|
||||||
return;
|
return;
|
||||||
}
|
|
||||||
|
|
||||||
if (conv_func)
|
if (conv_func)
|
||||||
conv_func(pt, &point);
|
conv_func(pt, &point);
|
||||||
|
Loading…
Reference in New Issue
Block a user