aboutsummaryrefslogtreecommitdiff
path: root/scripts/code-format.py
blob: dd025a2e9b261215489a00d782f15305be96b759 (plain)
1
2
3
4
5
6
#!/usr/bin/env python3

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"')