summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPratik Anurag <panurag247365@gmail.com>2019-10-15 17:42:43 +0530
committerSebastian Thiel <sebastian.thiel@icloud.com>2019-10-15 15:13:01 +0200
commitfb14533db732d62778ae48a4089b2735fb9e6f92 (patch)
tree8c57e1836d8e1b02a2bc47700d93e4b0d46ca670
parente3a57f53d74998e835bce1a69bccbd9c1dadd6f9 (diff)
downloadgitpython-fb14533db732d62778ae48a4089b2735fb9e6f92.tar.gz
removed trailing whitespaces
-rw-r--r--git/objects/fun.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/objects/fun.py b/git/objects/fun.py
index 9058ac16..dc879fd2 100644
--- a/git/objects/fun.py
+++ b/git/objects/fun.py
@@ -156,7 +156,7 @@ def traverse_trees_recursive(odb, tree_shas, path_prefix):
# END skip already done items
entries = [None for _ in range(nt)]
entries[ti] = item
- _sha, mode, name = item
+ _sha, mode, name = item
is_dir = S_ISDIR(mode) # type mode bits
# find this item in all other tree data items