mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-21 23:00:31 +08:00
Normalize line endings and whitespace in source files
This commit is contained in:

committed by
Paul Bartell

parent
151fb04ad1
commit
01820d3ed9
1
.github/scripts/find_replace.sh
vendored
1
.github/scripts/find_replace.sh
vendored
@@ -4,4 +4,3 @@ new_text=$2
|
||||
echo "Old text: ${old_text}"
|
||||
echo "New text: ${new_text}"
|
||||
grep -rl "${old_text}" . | xargs gsed -i -e '1h;2,$H;$!d;g' -e "s/${old_text}/${new_text}/g"
|
||||
|
||||
|
Reference in New Issue
Block a user