5 lines
167 B
Bash
Executable File
5 lines
167 B
Bash
Executable File
#!/bin/bash
|
|
|
|
astyle --style=ansi --min-conditional-indent=0 --pad=oper --unpad=paren *.cpp
|
|
astyle --style=ansi --min-conditional-indent=0 --pad=oper --unpad=paren *.h
|