Skip to content

Commit

Permalink
add script to run astyle on all the C/C++ code
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomassetti committed Oct 3, 2015
1 parent e3a8a4d commit 628e2c8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions run_astyle.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
astyle examples/*.hpp
astyle examples/*.cpp
rm examples/*.orig -f
astyle src/*.hpp
astyle src/*.cpp
rm src/*.orig -f
astyle test/*.cpp
rm test/*.orig -f
astyle pybindings/platec_src/*.cpp
rm pybindings/platec_src/*.orig -f

0 comments on commit 628e2c8

Please sign in to comment.