xref: /rockchip-linux_mpp/tools/mpp_astyle.sh (revision 437bfbeb9567cca9cd9080e3f6954aa9d6a94f18)
1#!/bin/bash
2set -e
3./astyle --quiet --options=astylerc --recursive "../*.cpp" "../*.c" "../*.h"
4
5