Skip to content

STY: deleting tailing spaces and adding missing newlines at end of files #2355

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

Merged
merged 9 commits into from
Jan 9, 2018

Conversation

miykael
Copy link
Collaborator

@miykael miykael commented Jan 5, 2018

I looked at all textfiles, using find . -type f -exec grep -Iq . {} \; -and -print and made sure that there were...

  • no tailing spaces per line
  • each file ended with a newline
  • no file started with an empty new line

@miykael
Copy link
Collaborator Author

miykael commented Jan 8, 2018

I decided to update the hash assertion check in https://github.com/nipy/nipype/blob/master/nipype/interfaces/base/tests/test_support.py#L60 where nipype/testing/data/realign_json.json has a newline at the end of the file.

@oesteban oesteban added this to the 0.14.1 milestone Jan 8, 2018
@oesteban oesteban merged commit 6f5b7f7 into nipy:master Jan 9, 2018
@miykael miykael deleted the STY_space_correction branch January 9, 2018 20:30
@effigies effigies modified the milestones: 0.14.1, 1.0 Jan 20, 2018
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