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-08-15 18:59:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-15 18:59:32 +0300
commitc883fe25da9b325b4e32074d5492edff703ce257 (patch)
tree39840d819198686702ee12a538bb977e8da8f307 /tests
parent8856c26fc364b4590755dacf132abe5ae7dac543 (diff)
Cleanup: clang-format, unused arg
Diffstat (limited to 'tests')
-rw-r--r--tests/gtests/blenlib/BLI_delaunay_2d_test.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/gtests/blenlib/BLI_delaunay_2d_test.cc b/tests/gtests/blenlib/BLI_delaunay_2d_test.cc
index 5b44c6277a3..ce84baf802a 100644
--- a/tests/gtests/blenlib/BLI_delaunay_2d_test.cc
+++ b/tests/gtests/blenlib/BLI_delaunay_2d_test.cc
@@ -650,7 +650,10 @@ enum {
};
// #define DO_TIMING
-static void rand_delaunay_test(int test_kind, int max_lg_size, int reps_per_size, CDT_output_type otype)
+static void rand_delaunay_test(int test_kind,
+ int max_lg_size,
+ int reps_per_size,
+ CDT_output_type otype)
{
CDT_input in;
CDT_result *out;