From c883fe25da9b325b4e32074d5492edff703ce257 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 16 Aug 2019 01:59:13 +1000 Subject: Cleanup: clang-format, unused arg --- tests/gtests/blenlib/BLI_delaunay_2d_test.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests') 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; -- cgit v1.2.3