Ask astyle(1) to indent macros too
This commit is contained in:
parent
14b44b8076
commit
c54e3d981c
1 changed files with 1 additions and 1 deletions
|
@ -44,4 +44,4 @@ svn-keywords-check:
|
||||||
|
|
||||||
style:
|
style:
|
||||||
find ${libfreefare_subdirs} -name '*.[ch]' -exec perl -pi -e 's/[ \t]+$$//' {} \;
|
find ${libfreefare_subdirs} -name '*.[ch]' -exec perl -pi -e 's/[ \t]+$$//' {} \;
|
||||||
find ${libfreefare_subdirs} -name '*.[ch]' -exec astyle --style=linux --indent=force-tab-x --lineend=linux '{}' ';'
|
find ${libfreefare_subdirs} -name '*.[ch]' -print0 | xargs -0 astyle --style=linux --indent=force-tab-x --lineend=linux --indent-preproc-define --indent-preproc-block
|
||||||
|
|
Loading…
Reference in a new issue