summaryrefslogtreecommitdiffstats
path: root/subcmds/branches.py
diff options
context:
space:
mode:
authorChirayu Desai <cdesai@cyanogenmod.org>2013-11-21 19:15:30 +0530
committerChirayu Desai <cdesai@cyanogenmod.org>2013-11-21 19:16:08 +0530
commitd5a5b19efd2291914bcb861d527ae74e620a9d37 (patch)
tree9a1f10516792d6973449cab97f1f28ccfd655e7a /subcmds/branches.py
parent0eb35cbe5096128e4a760aca6842ecdbea5baf1a (diff)
downloadgit-repo-d5a5b19efd2291914bcb861d527ae74e620a9d37.tar.gz
Remove trailing whitespace
Change-Id: I56bcb559431277d40070fa33c580c6c3525ff9bc
Diffstat (limited to 'subcmds/branches.py')
-rw-r--r--subcmds/branches.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/branches.py b/subcmds/branches.py
index c2e7c4b9..f714c1e8 100644
--- a/subcmds/branches.py
+++ b/subcmds/branches.py
@@ -139,7 +139,7 @@ is shown, then the branch appears in all projects.
139 if in_cnt < project_cnt: 139 if in_cnt < project_cnt:
140 fmt = out.write 140 fmt = out.write
141 paths = [] 141 paths = []
142 if in_cnt < project_cnt - in_cnt: 142 if in_cnt < project_cnt - in_cnt:
143 in_type = 'in' 143 in_type = 'in'
144 for b in i.projects: 144 for b in i.projects:
145 paths.append(b.project.relpath) 145 paths.append(b.project.relpath)