Fix style

This commit is contained in:
Mario Hüttel 2019-03-04 19:35:25 +01:00
parent f74e2d5cf5
commit 91a3e8f983
1 changed files with 1 additions and 2 deletions

View File

@ -165,9 +165,8 @@ void bounding_box_update_point(union bounding_box *destination, conv_generic_to_
{
struct vector_2d point;
if (!destination || !pt) {
if (!destination || !pt)
return;
}
if (conv_func)
conv_func(pt, &point);