style: remove tabs and trailing white-space

This commit is contained in:
J. David Ibáñez 2012-11-14 18:08:08 +01:00
parent 2ac913244d
commit 40751b62b3
5 changed files with 16 additions and 16 deletions
src/pygit2

@ -196,7 +196,7 @@ PyObject *
Diff_changes(Diff *self) Diff_changes(Diff *self)
{ {
if (self->diff_changes == NULL){ if (self->diff_changes == NULL) {
self->diff_changes = PyDict_New(); self->diff_changes = PyDict_New();
git_diff_foreach( git_diff_foreach(