mirror of
https://gerrit.googlesource.com/git-repo
synced 2025-01-02 16:14:25 +00:00
pylint: fix indentation in manifest_xml
This fixes pylint warning: ************* Module manifest_xml W:975, 0: Bad indentation. Found 8 spaces, expected 6 (bad-indentation) Change-Id: I967212f9439430351836ebdc27e442d7b77476e2 Signed-off-by: Stefan Beller <sbeller@google.com>
This commit is contained in:
parent
d64e8eee51
commit
6685106306
@ -972,5 +972,5 @@ class GitcManifest(XmlManifest):
|
||||
def _output_manifest_project_extras(self, p, e):
|
||||
"""Output GITC Specific Project attributes"""
|
||||
if p.old_revision:
|
||||
e.setAttribute('old-revision', str(p.old_revision))
|
||||
e.setAttribute('old-revision', str(p.old_revision))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user