From: Timo Heister Date: Tue, 1 Sep 2015 13:44:03 +0000 (-0400) Subject: auto-indent code in tests X-Git-Tag: v8.4.0-rc2~496^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23287ab9dd714ddbd0a5ec292c152248905339e8;p=dealii.git auto-indent code in tests --- 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 ) &