]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix indentation script 17655/head
authorPeter Munch <peterrmuench@gmail.com>
Wed, 4 Sep 2024 21:19:51 +0000 (23:19 +0200)
committerPeter Munch <peterrmuench@gmail.com>
Wed, 4 Sep 2024 21:19:51 +0000 (23:19 +0200)
contrib/utilities/indent
contrib/utilities/indent-all
doc/news/changes/incompatibilities/20240103AfricaBlaisMunch
doc/news/changes/incompatibilities/20240821Munch
doc/news/changes/minor/20240811Gassmoeller
doc/news/changes/minor/20240814chaycha
doc/news/changes/minor/20240828Shi

index 80d1d6c26daf229e633208d47df34c4ca29e80fd..80a08e728e4af6cc924052009e274f4afb689e32 100755 (executable)
@@ -70,12 +70,12 @@ 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/*/*" "[A-Za-z0-9]*" fix_permissions
+process_changed "doc/news/*/*" "doc/news/.*/.*/[0-9].*" 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/*/*" "[A-Za-z0-9]*" dos_to_unix
+process_changed "doc/news/*/*" "doc/news/.*/.*/[0-9].*" dos_to_unix
 
 #
 # Removing trailing whitespace
@@ -84,7 +84,7 @@ process_changed "doc/news/*/*" "[A-Za-z0-9]*" dos_to_unix
 process_changed "tests include source examples cmake/scripts contrib/python-bindings doc" \
   ".*\.(cc|h|html|dox|txt)" remove_trailing_whitespace
 
-process_changed "doc/news/*/*" "[A-Za-z0-9]*" remove_trailing_whitespace
+process_changed "doc/news/*/*" "doc/news/.*/.*/[0-9].*" remove_trailing_whitespace
 
 #
 # Ensure only a single newline at end of files
@@ -93,4 +93,4 @@ process_changed "doc/news/*/*" "[A-Za-z0-9]*" remove_trailing_whitespace
 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/*/*" "[A-Za-z0-9]*" ensure_single_trailing_newline
+process_changed "doc/news/*/*" "doc/news/.*/.*/[0-9].*" ensure_single_trailing_newline
index 7f049e60b28cd13f7aa2baff0c03de89ba5e332f..f4eea6916e8a79798b00e1e46adb033e4fabafbf 100755 (executable)
@@ -74,12 +74,12 @@ 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/*/*" "[A-Za-z0-9]*" fix_permissions
+process "doc/news/*/*" "doc/news/.*/.*/[0-9].*" fix_permissions
 
 process "tests include source examples cmake/scripts contrib/python-bindings" \
   ".*\.(cc|h|inst.in|cmake)" dos_to_unix
 
-process "doc/news/*/*" "[A-Za-z0-9]*" dos_to_unix
+process "doc/news/*/*" "doc/news/.*/.*/[0-9].*" dos_to_unix
 
 #
 # Removing trailing whitespace
@@ -88,7 +88,7 @@ process "doc/news/*/*" "[A-Za-z0-9]*" dos_to_unix
 process "tests include source examples cmake/scripts contrib/python-bindings doc" \
   ".*\.(cc|h|html|dox|txt)" remove_trailing_whitespace
 
-process "doc/news/*/*" "[A-Za-z0-9]*" remove_trailing_whitespace
+process "doc/news/*/*" "doc/news/.*/.*/[0-9].*" remove_trailing_whitespace
 
 #
 # Ensure only a single newline at end of files
@@ -97,4 +97,4 @@ process "doc/news/*/*" "[A-Za-z0-9]*" remove_trailing_whitespace
 process "tests include source examples cmake/scripts contrib/python-bindings doc" \
   ".*\.(cc|h|html|dox|txt)" ensure_single_trailing_newline
 
-process "doc/news/*/*" "[A-Za-z0-9]*" ensure_single_trailing_newline
+process "doc/news/*/*" "doc/news/.*/.*/[0-9].*" ensure_single_trailing_newline
index a1c898a17a5f30dfba5aaaae00e0e738c5a7bc97..79ab250365baf952ec52bf87dedcd26e0dde2dcc 100644 (file)
@@ -2,7 +2,7 @@ Deprecated: The classes SolutionTransfer and parallel::distributed::SolutionTran
 have been unified to SolutionTransfer. The class now supports both serial and parallel
 meshes. The class has lost some functions: the function SolutionTransfer::interpolate()
 that takes the input vector as well as the less frequently used functions
-SolutionTransfer::prepare_for_pure_refinement() and 
+SolutionTransfer::prepare_for_pure_refinement() and
 SolutionTransfer::refine_interpolate(). Please use the other functions to accomplish the
 same functionality. For the time being, the old implementation has been moved to the
 `Legacy` namespace. The old parallel::distributed::SolutionTransfer has been now early deprecated.
index 638698f61632fbf21b8b72c9bd05fcf86fb6e604..dffc5e6ffddee400b91993ccdda070c60e46798a 100644 (file)
@@ -1,4 +1,4 @@
-Changed: The deprecated entries Text and ShortText in OutputStyle 
+Changed: The deprecated entries Text and ShortText in OutputStyle
 have been removed.
 <br>
 (Peter Munch, 2024/08/21)
index e10f8adcb22957b4c7841533f730e12c7d22ba5c..4a72f3b7f157fb5455b6a025d75e7ee2c2ec31ce 100644 (file)
@@ -1,6 +1,6 @@
 New: Parameter entries in the ParameterHandler class can now be marked as
 deprecated using the function 'mark_as_deprecated'. If deprecated parameters
-are found in a parameter file an exception of type 
+are found in a parameter file an exception of type
 'ExcEncounteredDeprecatedEntries' is thrown that can be caught in
 the calling code, or if ignored will emit an error message.
 <br>
index e945e345baa6c7c2feef682ded9f787a907b34de..06cff00e7b72b245be5fce7efa219fafea3b1b51 100644 (file)
@@ -1,4 +1,4 @@
 New: Added SparseVanka::Tvmult() and SparseVanka::clear()
 SparseVanka can now be passed to MGSmootherPrecondition to be used as a multigrid smoother.
 <br>
-(Chayapol Chaoveeraprasit, 2024/08/14)
\ No newline at end of file
+(Chayapol Chaoveeraprasit, 2024/08/14)
index 5b4fba5266c6bffbda7700f2715f218c247839c7..7237c4f82be56e0aa21e39fa4cb1dce23fbf9d42 100644 (file)
@@ -2,4 +2,4 @@ Fix: Add the missing `compressed = false` in TpetraWrappers::Vector::add()
 function to ensure distributed Tpetra vector with writable nonlocal
 entries will always be non-compressed after any entry addition.
 <br>
-(Qingyuan Shi, 2024/08/28)
\ No newline at end of file
+(Qingyuan Shi, 2024/08/28)

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.