Lines Matching +full:- +full:- +full:exit +full:- +full:code
7 # only include changed source code, these arguments have been added. If
9 # - /demos/
10 # - /examples/
11 # - /src/
12 # - /tests/
43 print(' python code-format.py [dir [dir ...]]')
45 exit(1)
49 cfg_file = os.path.join(script_dir, 'code-format.cfg')
53 os.system(f'astyle --options={cfg_file} --recursive "{script_dir}/../demos/*.c,*.cpp,*.h"')
57 os.system(f'astyle --options={cfg_file} --recursive "{script_dir}/../examples/*.c,*.cpp,*.h"')
61 os.system(f'astyle --options={cfg_file} --recursive "{script_dir}/../src/*.c,*.cpp,*.h"')
65 os.system(f'astyle --options={cfg_file} --recursive "{script_dir}/../tests/*.c,*.cpp,*.h"')