Commit cfbd4b5b authored by Patrick José Pereira's avatar Patrick José Pereira

tools: Remove fix_code_style.sh

No one is using it.
Signed-off-by: 's avatarPatrick José Pereira <patrickelectric@gmail.com>
parent b93d3944
#!/bin/sh
astyle \
--style=allman \
--indent=spaces=4 \
--indent-cases \
--indent-preprocessor \
--break-blocks=all \
--pad-oper \
--pad-header \
--unpad-paren \
--keep-one-line-blocks \
--keep-one-line-statements \
--align-pointer=name \
--align-reference=name \
--suffix=none \
--ignore-exclude-errors-x \
--lineend=linux \
--exclude=EASTL \
$*
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment