aboutsummaryrefslogtreecommitdiff
path: root/scripts/fix_code_formatting.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/fix_code_formatting.sh')
-rwxr-xr-xscripts/fix_code_formatting.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fix_code_formatting.sh b/scripts/fix_code_formatting.sh
index a07d2615af..721ade853f 100755
--- a/scripts/fix_code_formatting.sh
+++ b/scripts/fix_code_formatting.sh
@@ -22,7 +22,7 @@ DIRECTORIES="./arm_compute ./src ./examples ./tests ./utils ./support"
if [ $# -eq 0 ]
then
- files=$(find $DIRECTORIES -type f \( -name \*.cpp -o -iname \*.h -o -name \*.inl -o -name \*.cl \))
+ files=$(find $DIRECTORIES -type f \( -name \*.cpp -o -iname \*.h -o -name \*.inl -o -name \*.cl -o -name \*.cs \))
else
files=$@
fi