From: Fabian Castelli Date: Mon, 21 Feb 2022 18:45:01 +0000 (+0100) Subject: Fix indent-all header typo X-Git-Tag: v9.4.0-rc1~456^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13431%2Fhead;p=dealii.git Fix indent-all header typo --- diff --git a/contrib/utilities/indent-all b/contrib/utilities/indent-all index da92aecadc..39a92389a4 100755 --- a/contrib/utilities/indent-all +++ b/contrib/utilities/indent-all @@ -31,9 +31,9 @@ # # The script can be invoked with DEAL_II_CLANG_FORMAT to change # the default version of clang-format. For example: -# DEAL_II_CLANG_FORMAT=clang-format-11.0 ./contrib/utilities/indent +# DEAL_II_CLANG_FORMAT=clang-format-11.0 ./contrib/utilities/indent-all # or, -# make DEAL_II_CLANG_FORMAT="clang-format-11.0" indent +# make DEAL_II_CLANG_FORMAT="clang-format-11.0" indent-all # # Note: If the script is invoked with REPORT_ONLY=true set, # REPORT_ONLY=true ./contrib/utilities/indent-all