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

Remove stray whitespace at the end of line / file #34

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

Conversation

weisslj
Copy link
Contributor

@weisslj weisslj commented Feb 20, 2017

Same as:

find src include test -type f -exec sed -i -e 's/\s*$//' {} \; -exec sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' {} \;

@weisslj weisslj force-pushed the whitespace-fixes branch 2 times, most recently from b1fca8d to c5a2d23 Compare February 20, 2017 20:53
Same as:

    find src include test -type f -exec sed -i -e 's/\s*$//' {} \; -exec sed -i -e :a -e '/^\n*$/{$d;N;};/\n$/ba' {} \;
Base automatically changed from master to main January 24, 2021 21:44
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.

1 participant