From: Matthias Maier <tamiko@43-1.org>
Date: Wed, 21 Feb 2024 19:00:39 +0000 (-0600)
Subject: remove UTF-16 character encoding
X-Git-Tag: v9.6.0-rc1~525^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16686%2Fhead;p=dealii.git

remove UTF-16 character encoding
---

diff --git a/tests/hp/hp_coarsening.cc b/tests/hp/hp_coarsening.cc
index 58da31d850..151c65ff5e 100644
--- a/tests/hp/hp_coarsening.cc
+++ b/tests/hp/hp_coarsening.cc
@@ -1,4 +1,4 @@
-// ------------------------------------------------------------------------
+// ------------------------------------------------------------------------
 //
 // SPDX-License-Identifier: LGPL-2.1-or-later
 // Copyright (C) 2019 - 2024 by the deal.II authors
diff --git a/tests/hp/p_adaptivity_absolute_threshold.cc b/tests/hp/p_adaptivity_absolute_threshold.cc
index 9879c5f977..bc6e073556 100644
--- a/tests/hp/p_adaptivity_absolute_threshold.cc
+++ b/tests/hp/p_adaptivity_absolute_threshold.cc
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------
+// ------------------------------------------------------------------------
 //
 // SPDX-License-Identifier: LGPL-2.1-or-later
 // Copyright (C) 2019 - 2024 by the deal.II authors
diff --git a/tests/hp/p_adaptivity_fixed_number.cc b/tests/hp/p_adaptivity_fixed_number.cc
index 319a7cd89b..74f7856840 100644
--- a/tests/hp/p_adaptivity_fixed_number.cc
+++ b/tests/hp/p_adaptivity_fixed_number.cc
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------
+// ------------------------------------------------------------------------
 //
 // SPDX-License-Identifier: LGPL-2.1-or-later
 // Copyright (C) 2019 - 2024 by the deal.II authors
diff --git a/tests/hp/p_adaptivity_full.cc b/tests/hp/p_adaptivity_full.cc
index cd84deeed4..31b7881578 100644
--- a/tests/hp/p_adaptivity_full.cc
+++ b/tests/hp/p_adaptivity_full.cc
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------
+// ------------------------------------------------------------------------
 //
 // SPDX-License-Identifier: LGPL-2.1-or-later
 // Copyright (C) 2019 - 2024 by the deal.II authors
diff --git a/tests/hp/p_adaptivity_reference.cc b/tests/hp/p_adaptivity_reference.cc
index 1fcc501bba..b6fe40222c 100644
--- a/tests/hp/p_adaptivity_reference.cc
+++ b/tests/hp/p_adaptivity_reference.cc
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------
+// ------------------------------------------------------------------------
 //
 // SPDX-License-Identifier: LGPL-2.1-or-later
 // Copyright (C) 2019 - 2024 by the deal.II authors
diff --git a/tests/hp/p_adaptivity_regularity.cc b/tests/hp/p_adaptivity_regularity.cc
index f732370ba6..abe23bb9d4 100644
--- a/tests/hp/p_adaptivity_regularity.cc
+++ b/tests/hp/p_adaptivity_regularity.cc
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------
+// ------------------------------------------------------------------------
 //
 // SPDX-License-Identifier: LGPL-2.1-or-later
 // Copyright (C) 2019 - 2024 by the deal.II authors
diff --git a/tests/hp/p_adaptivity_relative_threshold.cc b/tests/hp/p_adaptivity_relative_threshold.cc
index 03faf3c719..f40231dd97 100644
--- a/tests/hp/p_adaptivity_relative_threshold.cc
+++ b/tests/hp/p_adaptivity_relative_threshold.cc
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------
+// ------------------------------------------------------------------------
 //
 // SPDX-License-Identifier: LGPL-2.1-or-later
 // Copyright (C) 2019 - 2024 by the deal.II authors
diff --git a/tests/mpi/p_adaptivity_fixed_number.cc b/tests/mpi/p_adaptivity_fixed_number.cc
index 5bd62e5a6b..209ede398d 100644
--- a/tests/mpi/p_adaptivity_fixed_number.cc
+++ b/tests/mpi/p_adaptivity_fixed_number.cc
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------
+// ------------------------------------------------------------------------
 //
 // SPDX-License-Identifier: LGPL-2.1-or-later
 // Copyright (C) 2019 - 2024 by the deal.II authors