From 0a38352588f031e5299c84e13991c078bef4dd5d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 23 Oct 2019 01:03:31 +1100 Subject: Cleanup: clang-format, trailing space --- tests/gtests/blenlib/BLI_kdopbvh_test.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/gtests/blenlib/BLI_kdopbvh_test.cc b/tests/gtests/blenlib/BLI_kdopbvh_test.cc index ac0d477ee14..7e32c545e75 100644 --- a/tests/gtests/blenlib/BLI_kdopbvh_test.cc +++ b/tests/gtests/blenlib/BLI_kdopbvh_test.cc @@ -50,7 +50,10 @@ TEST(kdopbvh, Single) BLI_bvhtree_free(tree); } -static void optimal_check_callback(void *userdata, int index, const float co[3], BVHTreeNearest *nearest) +static void optimal_check_callback(void *userdata, + int index, + const float co[3], + BVHTreeNearest *nearest) { float(*points)[3] = (float(*)[3])userdata; -- cgit v1.2.3