mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-07-27 00:04:13 +00: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"
|
||||
|
||||
|
||||
1
.github/scripts/kernel_checker.py
vendored
1
.github/scripts/kernel_checker.py
vendored
@@ -149,4 +149,3 @@ def main():
|
||||
|
||||
if __name__ == '__main__':
|
||||
exit(main())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user