mirror of
https://gerrit.googlesource.com/git-repo
synced 2024-12-21 07:16:21 +00:00
Fix a small whitespace consistency issue
Change-Id: Ie98c79833ca5e7ef71666489135f7491223f779c
This commit is contained in:
parent
12fd10c201
commit
ce201a5311
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user