px4-firmware/Tools/fix_code_style.sh

7 lines
153 B
Bash
Raw Normal View History

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