From ce201a5311c2fe90dce479ee12c078cd26ccc0c4 Mon Sep 17 00:00:00 2001 From: Conley Owens Date: Wed, 16 Oct 2013 14:42:42 -0700 Subject: Fix a small whitespace consistency issue Change-Id: Ie98c79833ca5e7ef71666489135f7491223f779c --- manifest_xml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifest_xml.py') 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): e.setAttribute('path', relpath) remoteName = None if d.remote: - remoteName = d.remote.remoteAlias or d.remote.name + remoteName = d.remote.remoteAlias or d.remote.name if not d.remote or p.remote.name != remoteName: e.setAttribute('remote', p.remote.name) if peg_rev: -- cgit v1.2.3-54-g00ecf