From 23287ab9dd714ddbd0a5ec292c152248905339e8 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 1 Sep 2015 09:44:03 -0400 Subject: [PATCH] auto-indent code in tests --- contrib/utilities/indent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/utilities/indent b/contrib/utilities/indent index f1b9150af7..c9e299a6e9 100755 --- a/contrib/utilities/indent +++ b/contrib/utilities/indent @@ -44,7 +44,7 @@ fi # collect a list of files and then spawn a parallel process to # indent all of them echo "--- Indenting all deal.II header and source files" -for dir in include/deal.II/* source/* examples ; do +for dir in tests include/deal.II/* source/* examples ; do files=`find $dir | egrep '\.(cc|h)$'` ; if test -n "$files" ; then (astyle --options=contrib/utilities/astyle.rc $files ) & -- 2.39.5