From 9129b24a007278f4002886e4734bc217603f14ce Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Thu, 15 Oct 2020 10:03:35 -0500 Subject: 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 Change-Id: I23ecd244376ecc2dff2bc7bea6902a567404196a Signed-off-by: Andrew Geissler --- meta-phosphor/classes/obmc-phosphor-discovery-service.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('\n') fd.write('\n') fd.write(' %s on %%h\n' - % service_name) + % service_name) fd.write(' \n') fd.write(' %s\n' % service_type) fd.write(' %s\n' % service_port) -- cgit v1.2.3