add objective-c files to astyle

This commit is contained in:
Denis Rouzaud 2018-08-03 08:48:15 +02:00
parent 85a7d5cb78
commit 970fc4f39f
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ for f in "$@"; do
continue
;;
*.cpp|*.h|*.c|*.cxx|*.hxx|*.c++|*.h++|*.cc|*.hh|*.C|*.H|*.hpp)
*.cpp|*.h|*.c|*.cxx|*.hxx|*.c++|*.h++|*.cc|*.hh|*.C|*.H|*.hpp|*.mm)
if [ -x "$f" ]; then
chmod a-x "$f"
fi

View File

@ -75,7 +75,7 @@ for f in $MODIFIED; do
(( i++ )) || true
case "$f" in
*.cpp|*.c|*.h|*.cxx|*.hxx|*.c++|*.h++|*.cc|*.hh|*.C|*.H|*.sip|*.py)
*.cpp|*.c|*.h|*.cxx|*.hxx|*.c++|*.h++|*.cc|*.hh|*.C|*.H|*.sip|*.py|*.mm)
;;
*)