Fix style

This commit is contained in:
Mario Hüttel 2019-03-04 19:35:25 +01:00
parent f74e2d5cf5
commit 91a3e8f983

View File

@ -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);