]> https://gitweb.dealii.org/ - dealii.git/commitdiff
update style files again
authorTimo Heister <timo.heister@gmail.com>
Tue, 20 Nov 2012 22:23:12 +0000 (22:23 +0000)
committerTimo Heister <timo.heister@gmail.com>
Tue, 20 Nov 2012 22:23:12 +0000 (22:23 +0000)
git-svn-id: https://svn.dealii.org/trunk@27618 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/Makefile
deal.II/common/astyle.rc

index 077c1f8c8ed11d7f1b669861fd8274092e07ee93..9084d9e73994b262f03ac767c861bf43462f1db3 100644 (file)
@@ -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 
 
index 8f12e0028a119632d6e22c6a49525ed396541107..708d8fb7d4b2157a4962a9e6797e89fde0bba81d 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.