aboutsummaryrefslogtreecommitdiffstats
path: root/ChibiOS_20.3.2/tools/style/style_nil.sh
blob: 12375bf703508fce100e8e3c1d36efea2bf9a251 (plain)
1
2
3
4
5
#!/bin/bash
find ../../os/nil -name "*.[ch]" -exec perl stylecheck.pl "{}" \;
find ../../os/oslib -name "*.[ch]" -exec perl stylecheck.pl "{}" \;
find ../../os/license -name "*.[ch]" -exec perl stylecheck.pl "{}" \;