summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorConley Owens <cco3@android.com>2013-10-16 14:42:42 -0700
committerConley Owens <cco3@android.com>2013-10-16 14:42:42 -0700
commitce201a5311c2fe90dce479ee12c078cd26ccc0c4 (patch)
treedf5cde7fb813c47ff5c488d62fce1e92900db871
parent12fd10c20115046dcd2fbe468a45e566f38ffbc9 (diff)
downloadgit-repo-ce201a5311c2fe90dce479ee12c078cd26ccc0c4.tar.gz
Fix a small whitespace consistency issue
Change-Id: Ie98c79833ca5e7ef71666489135f7491223f779c
-rw-r--r--manifest_xml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest_xml.py b/manifest_xml.py
index f1d3edaa..457d5ab0 100644
--- a/manifest_xml.py
+++ b/manifest_xml.py
@@ -235,7 +235,7 @@ class XmlManifest(object):
235 e.setAttribute('path', relpath) 235 e.setAttribute('path', relpath)
236 remoteName = None 236 remoteName = None
237 if d.remote: 237 if d.remote:
238 remoteName = d.remote.remoteAlias or d.remote.name 238 remoteName = d.remote.remoteAlias or d.remote.name
239 if not d.remote or p.remote.name != remoteName: 239 if not d.remote or p.remote.name != remoteName:
240 e.setAttribute('remote', p.remote.name) 240 e.setAttribute('remote', p.remote.name)
241 if peg_rev: 241 if peg_rev: