Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-10-22 17:03:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-10-22 17:06:15 +0300
commit0a38352588f031e5299c84e13991c078bef4dd5d (patch)
tree6d05fe5c51b9a4ff740cd25bff308ecd88e48bba /tests
parentdc0ce14316a1c68be9bd94eb7919f2b389b176f9 (diff)
Cleanup: clang-format, trailing space
Diffstat (limited to 'tests')
-rw-r--r--tests/gtests/blenlib/BLI_kdopbvh_test.cc5
1 files changed, 4 insertions, 1 deletions
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;