[scripts][codestyle] tweak the space codestyle script to use -A2 (java style) braces
Dunno why it got set to -A4 before.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
astyle -A4 --align-pointer=name --indent=spaces=4 --indent-switches --keep-one-line-blocks --pad-header --convert-tabs $@
|
||||
astyle -A2 --align-pointer=name --indent=spaces=4 --indent-switches --keep-one-line-blocks --pad-header --convert-tabs $@
|
||||
|
||||
Reference in New Issue
Block a user