From e82594193f8076ee99fd831d5cd3f04fb19c3ebb Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Fri, 14 Dec 2018 03:54:36 -0800 Subject: libix3: trivial whitespace fixup --- src/ix3.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ix3.c') diff --git a/src/ix3.c b/src/ix3.c index 8b6e64f..1d7ba43 100644 --- a/src/ix3.c +++ b/src/ix3.c @@ -568,7 +568,6 @@ ix3_object_t * ix3_object_new(ix3_t *ix3, v3f_t *object_position, v3f_t *object_ for (int i = 0; i < ix3->max_asip; i++) INIT_LIST_HEAD(&o->hits[i]); - if (object_position) o->position = *object_position; -- cgit v1.2.3