mirror of https://github.com/ArduPilot/ardupilot
Tools: Remove format.sh
* This is now replaced by run_astyle.py * format.sh was not enforced by CI, now there is too much delta on the codebase to enforce this Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
This commit is contained in:
parent
875acec989
commit
963095978b
|
@ -1,13 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
function format {
|
|
||||||
DIR=$1
|
|
||||||
find $DIR -regex ".*\.\(h\|cpp\|pde\)" -exec astyle {} \;
|
|
||||||
find $DIR -regex ".*\.\(h\|cpp\|pde\)" -exec rm -f {}.orig \;
|
|
||||||
}
|
|
||||||
|
|
||||||
format apo
|
|
||||||
format ArduRover
|
|
||||||
format ArduBoat
|
|
||||||
format libraries/APO
|
|
||||||
format libraries/AP_Common
|
|
||||||
format libraries/AP_GPS
|
|
Loading…
Reference in New Issue