mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-12-26 11:17:44 +01:00
Change-Id: I74fdd1da3aaaf5a1c2d854c0c565587f9a878336 Signed-off-by: Johnson Ding <johnson.ding@rock-chips.com>
4 lines
97 B
Bash
Executable file
4 lines
97 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
./astyle --quiet --options=astylerc --recursive "../*.cpp" "../*.c" "../*.h"
|
|
|