PX4-Autopilot/Tools/fix_code_style.sh
2015-09-05 12:12:52 -04:00

7 lines
155 B
Bash
Executable File

#!/bin/bash
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
astyle \
--options=$DIR/astylerc \
--preserve-date \
$*