From 58dac855967e550a77e21c29db3b1e8e32fa5a67 Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 1 Dec 2024 23:58:58 +0200 Subject: [PATCH] Update format.sh --- scripts/format.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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