commit efa24a79c2a8e44623aa8c7eee1228f6ece27285 parent 6ad2f044c98eeaddcb1bbf2003043349806fce1c Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 10 Jan 2024 08:50:42 +0100 Minor modification of test sources Removal of unwanted spaces before a comment blog. Diffstat:
| M | src/test_sdis_solve_probe_list.c | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/test_sdis_solve_probe_list.c b/src/test_sdis_solve_probe_list.c @@ -118,9 +118,9 @@ create_super_shape(void) } /******************************************************************************* - * View, i.e. acceleration structure used to query geometry. In this test it is - * used to calculate the delta parameter and to sample the probe positions in - * the supershape. + * View, i.e. acceleration structure used to query geometry. In this test it is + * used to calculate the delta parameter and to sample the probe positions in + * the supershape. ******************************************************************************/ static void view_get_indices(const unsigned itri, unsigned ids[3], void* ctx)