From 7fe004b2d136143dce9cf68b2e6346b75724838d Mon Sep 17 00:00:00 2001 From: Fabian Castelli Date: Mon, 21 Feb 2022 19:45:01 +0100 Subject: [PATCH] Fix indent-all header typo --- contrib/utilities/indent-all | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5