Skip to content
Snippets Groups Projects
Commit a2ac619b authored by Andrew Cooks's avatar Andrew Cooks
Browse files

remove carriage return characters

parent 859cba4f
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,11 @@ sed -i 's|#define FTRACE||g' *.c *.h
# remove the comment
sed -i 's|/\*\s*F T R A C E\s*\*/||g' *.c *.h
# remove \r characters.
sed -i 's|\r| |g' *.c *.h
# Insert new cleanup steps above this comment.
# Keep Lindent as the last step.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment