summaryrefslogtreecommitdiff
path: root/meta-phosphor/classes
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2020-10-15 18:03:35 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-10-16 17:48:37 +0300
commit9129b24a007278f4002886e4734bc217603f14ce (patch)
treebe5f44065cc6e6ae29d3c4fe3beb64b6eafd7731 /meta-phosphor/classes
parent6f97956e3747329f752ff21698ce45b308101809 (diff)
downloadopenbmc-9129b24a007278f4002886e4734bc217603f14ce.tar.xz
obmc-phosphor-discovery-service: fix bitbake warning
Fix the following warning in bitbake: WARNING: python should use 4 spaces indentation, but found tabs in obmc-phosphor-discovery-service.bbclass, line 76 (From meta-phosphor rev: 427731f6f772ea7172ad4dc5328fa11ab51c3b17) Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I23ecd244376ecc2dff2bc7bea6902a567404196a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor/classes')
-rw-r--r--meta-phosphor/classes/obmc-phosphor-discovery-service.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/classes/obmc-phosphor-discovery-service.bbclass b/meta-phosphor/classes/obmc-phosphor-discovery-service.bbclass
index fdade60f8..48760f3db 100644
--- a/meta-phosphor/classes/obmc-phosphor-discovery-service.bbclass
+++ b/meta-phosphor/classes/obmc-phosphor-discovery-service.bbclass
@@ -73,7 +73,7 @@ python discovery_services_postinstall() {
fd.write('<!DOCTYPE service-group SYSTEM "avahi-service.dtd">\n')
fd.write('<service-group>\n')
fd.write(' <name replace-wildcards="yes">%s on %%h</name>\n'
- % service_name)
+ % service_name)
fd.write(' <service>\n')
fd.write(' <type>%s</type>\n' % service_type)
fd.write(' <port>%s</port>\n' % service_port)