mirror of
https://github.com/nyanmisaka/mpp.git
synced 2026-01-24 05:00:40 +01:00
Change-Id: I74fdd1da3aaaf5a1c2d854c0c565587f9a878336 Signed-off-by: Johnson Ding <johnson.ding@rock-chips.com>
3 lines
84 B
Batchfile
3 lines
84 B
Batchfile
@echo off
|
|
astyle.exe --options=astylerc --recursive ../*.cpp ../*.c ../*.h
|
|
pause
|