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 a little bit the code #392

Merged
merged 1 commit into from Jul 15, 2014
Merged

Cleanup a little bit the code #392

merged 1 commit into from Jul 15, 2014

Conversation

vtemian
Copy link
Contributor

@vtemian vtemian commented Jul 14, 2014

Using a tool like flake8 is easy to see where you don't have a consistent code style. Things I did:

  • Removed white-spaces
  • Removed useless newlines
  • Removed unused imports
  • Trim long lines to 80 characters long
  • Added new lines between classes

Nothing to harmful, just some little and simple thing to increase readability.

@jdavid jdavid merged commit 93369b0 into libgit2:master Jul 15, 2014
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.

None yet

2 participants