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

White space / end-newline cleanup #2

Merged

Conversation

nicholst
Copy link
Collaborator

Annoying little clean ups for the 2.2.1 release

@nicholst
Copy link
Collaborator Author

Hi @BryanGuillaume,

Here are the tweaks I mentioned in comments on #178... all fixed... merge this into your branch and then the 2.2.1 PR should be ready to go.

@nicholst
Copy link
Collaborator Author

For the record, all I did was run these two commands

for f in .travis.yml *.m */*.m ; do gsed -i 's/[ \t]*$//' $f; done
for f in .travis.yml *.m */*.m ; do gsed -i '$a\' $f; done

@BryanGuillaume
Copy link
Owner

@nicholst, thanks for this. I really appreciate this kind of clean up!

@BryanGuillaume BryanGuillaume merged commit 90d0662 into BryanGuillaume:new_release_2.2.1 Jun 18, 2020
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.

2 participants