From: Peter Munch <peterrmuench@gmail.com>
Date: Sat, 6 Jan 2024 14:05:44 +0000 (+0100)
Subject: Indent: format also change-log entries
X-Git-Tag: relicensing~200^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=056f902c9c6803abee16b47d6cfd5d5d9b7a8de6;p=dealii.git

Indent: format also change-log entries
---

diff --git a/contrib/utilities/indent b/contrib/utilities/indent
index 51deef2d08..ecde5c18a8 100755
--- a/contrib/utilities/indent
+++ b/contrib/utilities/indent
@@ -71,9 +71,13 @@ process_changed "source" ".*\.inst.in" format_inst
 process_changed "tests include source examples cmake/scripts contrib/python-bindings" \
   ".*\.(cc|h|inst.in|output.*|cmake)" fix_permissions
 
+process_changed "doc/news/*/*" "*" fix_permissions
+
 process_changed "tests include source examples cmake/scripts contrib/python-bindings" \
   ".*\.(cc|h|inst.in|cmake)" dos_to_unix
 
+process_changed "doc/news/*/*" "*" dos_to_unix
+
 #
 # Removing trailing whitespace
 #
@@ -81,9 +85,13 @@ process_changed "tests include source examples cmake/scripts contrib/python-bind
 process_changed "tests include source examples cmake/scripts contrib/python-bindings doc" \
   ".*\.(cc|h|html|dox|txt)" remove_trailing_whitespace
 
+process_changed "doc/news/*/*" "*" remove_trailing_whitespace
+
 #
 # Ensure only a single newline at end of files
 #
 
 process_changed "tests include source examples cmake/scripts contrib/python-bindings doc" \
   ".*\.(cc|h|html|dox|txt)" ensure_single_trailing_newline
+
+process_changed "doc/news/*/*" "*" ensure_single_trailing_newline
diff --git a/contrib/utilities/indent-all b/contrib/utilities/indent-all
index 1c8d8cfaaa..e291788e40 100755
--- a/contrib/utilities/indent-all
+++ b/contrib/utilities/indent-all
@@ -75,9 +75,13 @@ process "source" ".*\.inst.in" format_inst
 process "tests include source examples cmake/scripts contrib/python-bindings" \
   ".*\.(cc|h|inst.in|output.*|cmake)" fix_permissions
 
+process "doc/news/*/*" "*" fix_permissions
+
 process "tests include source examples cmake/scripts contrib/python-bindings" \
   ".*\.(cc|h|inst.in|cmake)" dos_to_unix
 
+process "doc/news/*/*" "*" dos_to_unix
+
 #
 # Removing trailing whitespace
 #
@@ -85,9 +89,13 @@ process "tests include source examples cmake/scripts contrib/python-bindings" \
 process "tests include source examples cmake/scripts contrib/python-bindings doc" \
   ".*\.(cc|h|html|dox|txt)" remove_trailing_whitespace
 
+process "doc/news/*/*" "*" remove_trailing_whitespace
+
 #
 # Ensure only a single newline at end of files
 #
 
 process "tests include source examples cmake/scripts contrib/python-bindings doc" \
   ".*\.(cc|h|html|dox|txt)" ensure_single_trailing_newline
+
+process "doc/news/*/*" "*" ensure_single_trailing_newline
diff --git a/doc/news/changes/incompatibilities/20221209Munch b/doc/news/changes/incompatibilities/20221209Munch
index cc2c8f4394..ff6dfdcca1 100644
--- a/doc/news/changes/incompatibilities/20221209Munch
+++ b/doc/news/changes/incompatibilities/20221209Munch
@@ -1,4 +1,4 @@
-Changed: When calling Triangulation::get_manifold(manifold_id) for 
+Changed: When calling Triangulation::get_manifold(manifold_id) for
 a non-existing manifold_id, the function returned a flat manifold.
 This behaviour has been changed and an assert is thrown in this case.
 Furthermore, the functions Triangulation::reset_manifold() and
diff --git a/doc/news/changes/incompatibilities/202306230DanielArndt b/doc/news/changes/incompatibilities/202306230DanielArndt
index 343c79f983..159ab335d9 100644
--- a/doc/news/changes/incompatibilities/202306230DanielArndt
+++ b/doc/news/changes/incompatibilities/202306230DanielArndt
@@ -1,4 +1,4 @@
 Removed: The deprecated Functions::LevelSet namespace
 has been removed
 <br>
-(Daniel Arndt, 2023/06/30) 
+(Daniel Arndt, 2023/06/30)
diff --git a/doc/news/changes/incompatibilities/20230703DanielArndt-3 b/doc/news/changes/incompatibilities/20230703DanielArndt-3
index 8f31ccd7ca..cfe0027b46 100644
--- a/doc/news/changes/incompatibilities/20230703DanielArndt-3
+++ b/doc/news/changes/incompatibilities/20230703DanielArndt-3
@@ -8,4 +8,3 @@ and the PETScWrappers::PreconditionerBase alias
 have been removed.
 <br>
 (Daniel Arndt, 2023/07/03)
-
diff --git a/doc/news/changes/incompatibilities/20231031Munch b/doc/news/changes/incompatibilities/20231031Munch
index 8d5ccbf5c8..d7300e48a4 100644
--- a/doc/news/changes/incompatibilities/20231031Munch
+++ b/doc/news/changes/incompatibilities/20231031Munch
@@ -1,5 +1,5 @@
 Removed: The file `include/deal.II/multigrid/mg_constrained_dofs.h`
-used to include `deal.II/dofs/dof_tools.h` and 
+used to include `deal.II/dofs/dof_tools.h` and
 `deal.II/multigrid/mg_tools.h`. This is not the case any more.
 <br>
 (Peter Munch, 2023/10/31)
diff --git a/doc/news/changes/major/20230905SchreterMunch b/doc/news/changes/major/20230905SchreterMunch
index 3216cf34ec..eb69c0b012 100644
--- a/doc/news/changes/major/20230905SchreterMunch
+++ b/doc/news/changes/major/20230905SchreterMunch
@@ -1,5 +1,5 @@
 New: The new tutorial step-87 presents the advanced point evaluation
-functionalities of deal.II, specifically useful for evaluating 
+functionalities of deal.II, specifically useful for evaluating
 finite element solutions at arbitrary points on distributed meshes.
 <br>
 (Magdalena Schreter-Fleischhacker, Peter Munch, 2023/09/05)
diff --git a/doc/news/changes/minor/20230412LucaHeltai b/doc/news/changes/minor/20230412LucaHeltai
index 56331779d9..ac10f2c717 100644
--- a/doc/news/changes/minor/20230412LucaHeltai
+++ b/doc/news/changes/minor/20230412LucaHeltai
@@ -1,4 +1,4 @@
-New: Added a function DoFTools::map_boundary_to_bulk_dof_iterators() that 
+New: Added a function DoFTools::map_boundary_to_bulk_dof_iterators() that
 generates a mapping of codimension-1 active DoFHandler cell iterators to
 codimension-0 cells and face indices, to couple DoFHandler objects of different
 co-dimensions, initialized on grids generated with
diff --git a/doc/news/changes/minor/20230630MatthiasMaier b/doc/news/changes/minor/20230630MatthiasMaier
index 54cada7d47..467e8bd162 100644
--- a/doc/news/changes/minor/20230630MatthiasMaier
+++ b/doc/news/changes/minor/20230630MatthiasMaier
@@ -4,4 +4,3 @@ category. Similarly, the top level target `setup_tests` concatenates these
 status lines and prints a summary after invocation.
 <br>
 (Matthias Maier, 2023/06/30)
-
diff --git a/doc/news/changes/minor/20230707BrunoBlais b/doc/news/changes/minor/20230707BrunoBlais
index a7aeb79284..fce8abc1c9 100644
--- a/doc/news/changes/minor/20230707BrunoBlais
+++ b/doc/news/changes/minor/20230707BrunoBlais
@@ -1,3 +1,3 @@
-Improvement: Step-68 now uses the FEPointEvaluation to calculate the particle velocity from the velocity solution instead of manually interpolating at the particle location. 
+Improvement: Step-68 now uses the FEPointEvaluation to calculate the particle velocity from the velocity solution instead of manually interpolating at the particle location.
 <br>
 (Bruno Blais, 2023/07/0)
diff --git a/doc/news/changes/minor/20230725Munch b/doc/news/changes/minor/20230725Munch
index 5607d533c4..6084a25975 100644
--- a/doc/news/changes/minor/20230725Munch
+++ b/doc/news/changes/minor/20230725Munch
@@ -1,4 +1,4 @@
-New: Similar to the DataOut::add_data_vector() case, 
+New: Similar to the DataOut::add_data_vector() case,
 DataOut::add_mg_data_vector() now also copies the vector
 and performs the ghost-vector update internally.
 <br>
diff --git a/doc/news/changes/minor/20230730AbbasBallout b/doc/news/changes/minor/20230730AbbasBallout
index 30e6639ec0..0130784577 100644
--- a/doc/news/changes/minor/20230730AbbasBallout
+++ b/doc/news/changes/minor/20230730AbbasBallout
@@ -1,4 +1,4 @@
-Improvement: Added gradient() implementation to VectorFunctionFromTensorFunction in 
+Improvement: Added gradient() implementation to VectorFunctionFromTensorFunction in
 function.h file.
 <br>
 (Abbas Ballout, 2023/07/30)
diff --git a/doc/news/changes/minor/20230801Munch_3 b/doc/news/changes/minor/20230801Munch_3
index 2e11cddf5a..62e6bf3777 100644
--- a/doc/news/changes/minor/20230801Munch_3
+++ b/doc/news/changes/minor/20230801Munch_3
@@ -1,4 +1,4 @@
-Improved: GridTools::find_active_cell_around_point() and 
+Improved: GridTools::find_active_cell_around_point() and
 GridTools::find_all_active_cells_around_point() now also work
 for simplices.
 <br>
diff --git a/doc/news/changes/minor/20230822TaoJin b/doc/news/changes/minor/20230822TaoJin
index 3bd6f7aa50..1a073ba89d 100644
--- a/doc/news/changes/minor/20230822TaoJin
+++ b/doc/news/changes/minor/20230822TaoJin
@@ -1,9 +1,9 @@
 New: Add two tensor functions for the split of a 2nd-order symmetric tensor
 into a positive part and a negative part based on the signs of the eigenvalues
 obtained from the spectrum decomposition. The function positive_negative_split()
-performs the positive-negative split of the 2nd-order symmetric tensor given as 
+performs the positive-negative split of the 2nd-order symmetric tensor given as
 the input. The function positive_negative_projectors() not only performs the split,
-but also provides the derivatives (two fourth-order tensors) of the positive/negative 
+but also provides the derivatives (two fourth-order tensors) of the positive/negative
 part of the tensor with respect to the input tensor.
 <br>
 (Tao Jin, 2023/08/22)
diff --git a/doc/news/changes/minor/20230915Thiele b/doc/news/changes/minor/20230915Thiele
index 6160f9be81..2b8308ca3f 100644
--- a/doc/news/changes/minor/20230915Thiele
+++ b/doc/news/changes/minor/20230915Thiele
@@ -1,3 +1,3 @@
-New: Added QGaussRadau quadrature up to and including 8 quadrature points. 
+New: Added QGaussRadau quadrature up to and including 8 quadrature points.
 <br>
-(Jan Philipp Thiele, 2023/09/15)
\ No newline at end of file
+(Jan Philipp Thiele, 2023/09/15)
diff --git a/doc/news/changes/minor/20230916Thiele b/doc/news/changes/minor/20230916Thiele
index 21010a5204..78dbc77749 100644
--- a/doc/news/changes/minor/20230916Thiele
+++ b/doc/news/changes/minor/20230916Thiele
@@ -1,4 +1,4 @@
-Changed: The interface to QGaussRadauChebyshev<dim> 
+Changed: The interface to QGaussRadauChebyshev<dim>
 now matches that of the new quadrature QGaussRadau<dim>.
 <br>
 (Jan Philipp Thiele, 2023/09/16)
diff --git a/doc/news/changes/minor/20230917SchreterMunch_2 b/doc/news/changes/minor/20230917SchreterMunch_2
index e8c180d843..68e51dcfde 100644
--- a/doc/news/changes/minor/20230917SchreterMunch_2
+++ b/doc/news/changes/minor/20230917SchreterMunch_2
@@ -1,4 +1,4 @@
-New: Add alternative interfaces to RemotePointEvaluation::evaluate_and_proecss and 
+New: Add alternative interfaces to RemotePointEvaluation::evaluate_and_proecss and
 RemotePointEvaluation::process_and_evaluate.
 <br>
 (Magdalena Schreter, Peter Munch, 2023/09/17)
diff --git a/doc/news/changes/minor/20231017SebastianKinnewig b/doc/news/changes/minor/20231017SebastianKinnewig
index e09a098bc3..4751bba464 100644
--- a/doc/news/changes/minor/20231017SebastianKinnewig
+++ b/doc/news/changes/minor/20231017SebastianKinnewig
@@ -1,6 +1,6 @@
-New: New constructor for IndexSet that takes a 
-Teuchos::RCP<Tpetra::Map> as input. And the 
-function IndexSet::make_tpetra_map_rcp() 
+New: New constructor for IndexSet that takes a
+Teuchos::RCP<Tpetra::Map> as input. And the
+function IndexSet::make_tpetra_map_rcp()
 returning a Teuchos::RCP<Tpetra::Map>.
 <br>
 (Sebastian Kinnewig, 2023/10/17)
diff --git a/doc/news/changes/minor/20231019PrietoSaavedraMunch b/doc/news/changes/minor/20231019PrietoSaavedraMunch
index 1d830099aa..9b37c47f32 100644
--- a/doc/news/changes/minor/20231019PrietoSaavedraMunch
+++ b/doc/news/changes/minor/20231019PrietoSaavedraMunch
@@ -1,4 +1,4 @@
 Fixed: The periodic faces information was not being copied
 when using the `Triangulation::copy_triangulation()` function. This is now fixed.
 <br>
-(Laura Prieto Saavedra, Peter Munch, 2023/10/19)
\ No newline at end of file
+(Laura Prieto Saavedra, Peter Munch, 2023/10/19)
diff --git a/doc/news/changes/minor/20231109Yin b/doc/news/changes/minor/20231109Yin
index 7329ffc9fa..1a7e385dc5 100644
--- a/doc/news/changes/minor/20231109Yin
+++ b/doc/news/changes/minor/20231109Yin
@@ -1,4 +1,4 @@
 Improved: Point now supports constexpr construction and evaluation,
 just like Tensor.
 <br>
-(Chengjiang Yin, 2023/11/09)
\ No newline at end of file
+(Chengjiang Yin, 2023/11/09)
diff --git a/doc/news/changes/minor/20231226VladimirIvannikov b/doc/news/changes/minor/20231226VladimirIvannikov
index 35d89a0245..12c9394049 100644
--- a/doc/news/changes/minor/20231226VladimirIvannikov
+++ b/doc/news/changes/minor/20231226VladimirIvannikov
@@ -1,10 +1,10 @@
-Fixed: Exceptions of type RecoverableUserCallbackError, raised in 
-callbacks `solve_with_jacobian` and 
-`solve_with_jacobian_and_track_n_linear_iterations` of the 
+Fixed: Exceptions of type RecoverableUserCallbackError, raised in
+callbacks `solve_with_jacobian` and
+`solve_with_jacobian_and_track_n_linear_iterations` of the
 TrilinosWrappers::NOXSolver class, are now treated as "recoverable",
 if the NOX parameter "Newton/Rescue Bad Newton Solve" is set to `true`,
-which is, in fact, its default value. Exceptions of all other types and 
-also all exceptions raised in other callbacks are still treated as 
+which is, in fact, its default value. Exceptions of all other types and
+also all exceptions raised in other callbacks are still treated as
 "irrecoverable".
 <br>
 (Vladimir Ivannikov, 2023/12/26)