style: remove tabs and trailing white-space
This commit is contained in:
parent
2ac913244d
commit
40751b62b3
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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user