From 59a7562c81ddcda7059765f17542aac74ccc06ad Mon Sep 17 00:00:00 2001 From: David Knapp Date: Fri, 13 Dec 2024 13:17:09 +0100 Subject: [PATCH] Indentation --- test/t8_forest_incomplete/t8_gtest_recursive.cxx | 5 ++--- test/t8_gtest_schemes.hxx | 6 +++--- test/t8_schemes/t8_gtest_descendant.cxx | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/test/t8_forest_incomplete/t8_gtest_recursive.cxx b/test/t8_forest_incomplete/t8_gtest_recursive.cxx index 62d0740a48..52fa16bcb8 100644 --- a/test/t8_forest_incomplete/t8_gtest_recursive.cxx +++ b/test/t8_forest_incomplete/t8_gtest_recursive.cxx @@ -63,7 +63,7 @@ class recursive_tree: public testing::TestWithParam { void TearDown () override { - if (tree_class != T8_ECLASS_ZERO){ + if (tree_class != T8_ECLASS_ZERO) { t8_forest_unref (&forest); t8_forest_unref (&forest_base); } @@ -150,5 +150,4 @@ TEST_P (recursive_tree, test_recursive) ASSERT_TRUE (t8_forest_is_equal (forest, forest_base)); } -INSTANTIATE_TEST_SUITE_P (t8_gtest_recursive, recursive_tree, AllSchemes, - print_eclass); +INSTANTIATE_TEST_SUITE_P (t8_gtest_recursive, recursive_tree, AllSchemes, print_eclass); diff --git a/test/t8_gtest_schemes.hxx b/test/t8_gtest_schemes.hxx index 8444579c4e..e2624fe02a 100644 --- a/test/t8_gtest_schemes.hxx +++ b/test/t8_gtest_schemes.hxx @@ -28,7 +28,7 @@ #include t8_scheme * -t8_scheme_all_schemes(void) +t8_scheme_all_schemes (void) { t8_scheme_builder builder; @@ -44,6 +44,6 @@ t8_scheme_all_schemes(void) return builder.build_scheme (); } -#define AllSchemes ::testing::Range(T8_ECLASS_ZERO, T8_ECLASS_COUNT) +#define AllSchemes ::testing::Range (T8_ECLASS_ZERO, T8_ECLASS_COUNT) -#endif /* T8_GTEST_SCHEMES_HXX */ \ No newline at end of file +#endif /* T8_GTEST_SCHEMES_HXX */ diff --git a/test/t8_schemes/t8_gtest_descendant.cxx b/test/t8_schemes/t8_gtest_descendant.cxx index e809548e76..13a6c4b667 100644 --- a/test/t8_schemes/t8_gtest_descendant.cxx +++ b/test/t8_schemes/t8_gtest_descendant.cxx @@ -35,7 +35,7 @@ class class_schemes_descendant: public testing::TestWithParam { { tree_class = GetParam (); - scheme = t8_scheme_all_schemes(); + scheme = t8_scheme_all_schemes (); scheme->element_new (tree_class, 1, &elem); scheme->element_new (tree_class, 1, &desc); scheme->element_new (tree_class, 1, &test);