Files
mpp/tools/mpp_astyle.sh
Johnson Ding dfcdb60707 [tools]: Fix astyle not working problem
Change-Id: I74fdd1da3aaaf5a1c2d854c0c565587f9a878336
Signed-off-by: Johnson Ding <johnson.ding@rock-chips.com>
2023-07-14 10:39:23 +08:00

5 lines
97 B
Bash
Executable File

#!/bin/bash
set -e
./astyle --quiet --options=astylerc --recursive "../*.cpp" "../*.c" "../*.h"