Fixed syntax error
"./runastyle: line 4: --suffix=none: command not found"
This commit is contained in:
parent
78e13f098e
commit
4ca795056f
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
style="--style=ansi --min-conditional-indent=0"
|
style="--style=ansi --min-conditional-indent=0"
|
||||||
options="--pad-header --unpad-paren" --suffix=none
|
options="--pad-header --unpad-paren --suffix=none"
|
||||||
|
|
||||||
astyle $style $options cli/*.cpp
|
astyle $style $options cli/*.cpp
|
||||||
astyle $style $options cli/*.h
|
astyle $style $options cli/*.h
|
||||||
|
|
Loading…
Reference in New Issue