From d5a5b19efd2291914bcb861d527ae74e620a9d37 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Thu, 21 Nov 2013 19:15:30 +0530 Subject: [PATCH] Remove trailing whitespace Change-Id: I56bcb559431277d40070fa33c580c6c3525ff9bc --- docs/manifest-format.txt | 10 +++++----- subcmds/branches.py | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt index dcc90d07..f63c9d0e 100644 --- a/docs/manifest-format.txt +++ b/docs/manifest-format.txt @@ -27,15 +27,15 @@ following DTD: remove-project*, project*, repo-hooks?)> - + - + - + @@ -46,7 +46,7 @@ following DTD: - + @@ -65,7 +65,7 @@ following DTD: - + 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. if in_cnt < project_cnt: fmt = out.write paths = [] - if in_cnt < project_cnt - in_cnt: + if in_cnt < project_cnt - in_cnt: in_type = 'in' for b in i.projects: paths.append(b.project.relpath)