From 5edbd1c5dce43b66f30c903797a91e39369c5b62 Mon Sep 17 00:00:00 2001 From: Ioan-Cristian Szabo Date: Mon, 13 Nov 2017 13:34:08 +0000 Subject: COMPMID-556: Add support to build arm64-v8.2-a for Android platform (clang compiler) Change-Id: Ibb779dd3a8d10786da6d8f70590e654e14654d7b Reviewed-on: http://mpd-gerrit.cambridge.arm.com/95530 Tested-by: Kaizen Reviewed-by: Pablo Tello --- scripts/fix_code_formatting.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts') diff --git a/scripts/fix_code_formatting.sh b/scripts/fix_code_formatting.sh index 721ade853f..021f92516f 100755 --- a/scripts/fix_code_formatting.sh +++ b/scripts/fix_code_formatting.sh @@ -24,7 +24,7 @@ if [ $# -eq 0 ] then files=$(find $DIRECTORIES -type f \( -name \*.cpp -o -iname \*.h -o -name \*.inl -o -name \*.cl -o -name \*.cs \)) else - files=$@ + files=$@ fi for f in $files do @@ -33,7 +33,7 @@ do continue fi - sed -i 's/\t/ /g' $f - clang-format -i -style=file $f - astyle -n -q $ASTYLE_PARAMETERS $f + sed -i 's/\t/ /g' $f + clang-format -i -style=file $f + astyle -n -q $ASTYLE_PARAMETERS $f done -- cgit v1.2.1