Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup: trim trailling whitespaces #148

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

perigoso
Copy link
Contributor

@perigoso perigoso commented Dec 9, 2021

Just a cleanup. removes trailling whitespaces from source file

Signed-off-by: Rafael Silva [email protected]

@perigoso perigoso mentioned this pull request Dec 14, 2021
2 tasks
@yamt
Copy link
Contributor

yamt commented Feb 8, 2022

have you done this mechanically?

@perigoso
Copy link
Contributor Author

perigoso commented Feb 8, 2022

@perigoso
Copy link
Contributor Author

@LiamBindle any reason you might not want this change?

@fperrad
Copy link
Contributor

fperrad commented Nov 9, 2022

have you done this mechanically?

@LiamBindle, on linux, run the following command in each directory:

sed -i -E 's/[ \t]+$//;' *.[ch]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants