Skip to content

Commit

Permalink
Always remove uncrustify file
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperpedersen committed Feb 3, 2025
1 parent d83309c commit c5c9aa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uncrustify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ function indent()
for f in $1
do
uncrustify -c uncrustify.cfg -q --replace --no-backup $f
rm -f $f.uncrustify
done
}

Expand Down

0 comments on commit c5c9aa9

Please sign in to comment.