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

Fixing up some whitespace issues. #2449

Merged
merged 1 commit into from Sep 27, 2016

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Sep 27, 2016

Checked for

  • Tab characters
  • Extra newlines at the end of files
  • Trailing whitespace in lines
  • Missing newlines at the end of files
  • Windows line feed

and only found 1 file (.json) missing a newline at the end and 7 files (.rst) with extra newlines at the end.


Used this script to check: https://gist.github.com/dhermes/cacef3a150d0d2f25dcccb9443fb33e6

Checked for

- Tab characters
- Extra newlines at the end of files
- Trailing whitespace in lines
- Missing newlines at the end of files
- Windows line feed

and only found 1 file (.json) missing a newline
and 7 files (.rst) with extra newlines at the end.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 27, 2016
@dhermes dhermes merged commit cef457f into googleapis:master Sep 27, 2016
@dhermes dhermes deleted the whitespace-fixit branch September 27, 2016 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants