style: remove tabs and trailing white-space
This commit is contained in:
@@ -196,7 +196,7 @@ PyObject *
|
||||
Diff_changes(Diff *self)
|
||||
{
|
||||
|
||||
if (self->diff_changes == NULL){
|
||||
if (self->diff_changes == NULL) {
|
||||
self->diff_changes = PyDict_New();
|
||||
|
||||
git_diff_foreach(
|
||||
|
Reference in New Issue
Block a user