mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 01:26:49 +08:00

Change-Id: I74fdd1da3aaaf5a1c2d854c0c565587f9a878336 Signed-off-by: Johnson Ding <johnson.ding@rock-chips.com>
5 lines
97 B
Bash
Executable File
5 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
./astyle --quiet --options=astylerc --recursive "../*.cpp" "../*.c" "../*.h"
|
|
|