diff --git a/scripts/format.sh b/scripts/format.sh index e8a11021..2ec7f40b 100755 --- a/scripts/format.sh +++ b/scripts/format.sh @@ -7,7 +7,5 @@ echo -n "Running dos2unix " $find_sources | xargs -I {} sh -c "dos2unix '{}' 2>/dev/null; echo -n '.'" echo echo -n "Running clang-format " - $find_sources | xargs -I {} sh -c "clang-format -i {}; echo -n '.'" - - +echo