Update format.sh

This commit is contained in:
gabime 2024-12-01 23:58:58 +02:00
parent 1379f68bda
commit 58dac85596

View File

@ -7,7 +7,5 @@ echo -n "Running dos2unix "
$find_sources | xargs -I {} sh -c "dos2unix '{}' 2>/dev/null; echo -n '.'" $find_sources | xargs -I {} sh -c "dos2unix '{}' 2>/dev/null; echo -n '.'"
echo echo
echo -n "Running clang-format " echo -n "Running clang-format "
$find_sources | xargs -I {} sh -c "clang-format -i {}; echo -n '.'" $find_sources | xargs -I {} sh -c "clang-format -i {}; echo -n '.'"
echo