mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
meta/classes: Various python whitespace fixes
It was pointed out we have a number of weird indentations in the python functions. This patch cleans up 3, 7 and other weird indentations for the core bbclass files. It also fixes some wierd (odd) shell function indentation which my searches picked up. (From OE-Core rev: 8385d6d74624000d68814f4e3266d47bc8885942) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -105,8 +105,8 @@ python bugzilla_eventhandler() {
|
||||
data = e.data
|
||||
name = bb.event.getName(event)
|
||||
if name == "MsgNote":
|
||||
# avoid recursion
|
||||
return
|
||||
# avoid recursion
|
||||
return
|
||||
|
||||
if name == "TaskFailed":
|
||||
xmlrpc = data.getVar("BUGZILLA_XMLRPC", True)
|
||||
|
||||
Reference in New Issue
Block a user