From cfbd4b5b2c290c2a18a4d3d64b8a5b17f1adc082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Mon, 25 Sep 2017 15:41:42 -0300 Subject: [PATCH] tools: Remove fix_code_style.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No one is using it. Signed-off-by: Patrick José Pereira --- tools/fix_code_style.sh | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 tools/fix_code_style.sh diff --git a/tools/fix_code_style.sh b/tools/fix_code_style.sh deleted file mode 100755 index a65439988..000000000 --- a/tools/fix_code_style.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/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 \ - $* -- 2.22.0