From: Timo Heister Date: Tue, 20 Nov 2012 22:23:12 +0000 (+0000) Subject: update style files again X-Git-Tag: v8.0.0~1792 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2171bd7135f50e13694a01503bbe2439dcb7a024;p=dealii.git update style files again git-svn-id: https://svn.dealii.org/trunk@27618 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/Makefile b/deal.II/Makefile index 077c1f8c8e..9084d9e739 100644 --- a/deal.II/Makefile +++ b/deal.II/Makefile @@ -155,10 +155,10 @@ build-test-do: style-h-files:= $(wildcard include/deal.II/*/*.h) style-cc-files:= $(wildcard source/*/*.cc) - +style-examples:= $(wildcard examples/*/*.cc) indent: @echo "============ Indenting all files" - astyle --options=common/astyle.rc $(style-h-files) $(style-cc-files) + astyle --options=common/astyle.rc $(style-h-files) $(style-cc-files) $(style-examples) .PHONY: indent diff --git a/deal.II/common/astyle.rc b/deal.II/common/astyle.rc index 8f12e0028a..708d8fb7d4 100644 --- a/deal.II/common/astyle.rc +++ b/deal.II/common/astyle.rc @@ -10,8 +10,8 @@ --pad-header # write things as 'char * p' ---align-pointer=middle ---align-reference=middle +--align-pointer=name +--align-reference=name --max-instatement-indent=60 --suffix=none