From 91a3e8f9833ca6d7dde5bc979d691e2705c21e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Mon, 4 Mar 2019 19:35:25 +0100 Subject: [PATCH] Fix style --- trigonometric/bounding-box.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/trigonometric/bounding-box.c b/trigonometric/bounding-box.c index ac51cac..9d3b26d 100644 --- a/trigonometric/bounding-box.c +++ b/trigonometric/bounding-box.c @@ -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);