We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3ed55 commit e55ca92Copy full SHA for e55ca92
runastyle.bat
@@ -30,3 +30,7 @@ ECHO %DETECTED_VERSION_STR% | FINDSTR /B /C:%ASTYLE_VERSION_STR% > nul && (
30
31
%ASTYLE% --options="%SCRIPT_DIR%/.astylerc" *.cpp
32
%ASTYLE% --options="%SCRIPT_DIR%/.astylerc" *.h
33
+GOTO :EOF
34
+
35
+:EXIT_ERROR
36
+EXIT /b 1
0 commit comments