From 48619958d53cbec888a0a6806c5e494291e9e227 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 20 Aug 2012 16:52:21 +0000 Subject: 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 --- meta/classes/bugzilla.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/classes/bugzilla.bbclass') diff --git a/meta/classes/bugzilla.bbclass b/meta/classes/bugzilla.bbclass index 6806dcd682..006763d2c7 100644 --- a/meta/classes/bugzilla.bbclass +++ b/meta/classes/bugzilla.bbclass @@ -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) -- cgit v1.2.3-54-g00ecf