From: MichaƂ Wichrowski Date: Thu, 1 May 2025 18:59:54 +0000 (+0200) Subject: fix indentation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c4236fe77d344c5a1ea3bb0d01f2bc790325036;p=dealii.git fix indentation --- diff --git a/tests/numerics/tensor_product_creator_01.cc b/tests/numerics/tensor_product_creator_01.cc index bf30bc1227..501ab4a2ef 100644 --- a/tests/numerics/tensor_product_creator_01.cc +++ b/tests/numerics/tensor_product_creator_01.cc @@ -107,4 +107,4 @@ main() test<1>(); test<2>(); test<3>(); -} \ No newline at end of file +} diff --git a/tests/numerics/tensor_product_creator_02.cc b/tests/numerics/tensor_product_creator_02.cc index c8c8232091..225fd71421 100644 --- a/tests/numerics/tensor_product_creator_02.cc +++ b/tests/numerics/tensor_product_creator_02.cc @@ -52,4 +52,4 @@ main() test(1); test(3); -} \ No newline at end of file +}