chore(test): format test cases (#3071)

This commit is contained in:
Carlos Diaz
2022-02-03 02:59:55 -06:00
committed by GitHub
parent e400a87df9
commit 2c7760c687
14 changed files with 474 additions and 447 deletions
+1
View File
@@ -3,3 +3,4 @@
import os
os.system('astyle --options=code-format.cfg "../src/*.c,*.h"')
os.system('astyle --options=code-format-tests.cfg "../tests/src/test_cases/*.c"')