Skip to content

Commit

Permalink
Update scripts/do_code_format.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Spencer Wilson <[email protected]>
Signed-off-by: Michael Baentsch <[email protected]>
  • Loading branch information
baentsch and SWilson4 authored Aug 9, 2024
1 parent 9506eb9 commit a870232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/do_code_format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi
find oqsprov test -name '*.[chS]' -exec file "{}" ";" | grep CRLF
if [ $? -ne 1 ]; then
echo "Error: Files found with non-UNIX line endings."
echo "To fix, consider running \"find oqsprov tests -name '*.[chS]' | xargs sed -i 's/\r//' \"."
echo "To fix, consider running \"find oqsprov test -name '*.[chS]' | xargs sed -i 's/\r//' \"."
rv=-1
fi

Expand Down

0 comments on commit a870232

Please sign in to comment.