From e2c1092905ceb0e7fc0a6141a9d3e36b89ec31f4 Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Mon, 9 Apr 2012 22:13:35 +0800 Subject: Hob: correct indent (Bitbake rev: 684e0eddfbbb4618a1adcf179296f3f1066ae1c0) Signed-off-by: Shane Wang Signed-off-by: Richard Purdie --- bitbake/lib/bb/ui/crumbs/hobeventhandler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py index dc2b1bb4f6..d608b5f780 100644 --- a/bitbake/lib/bb/ui/crumbs/hobeventhandler.py +++ b/bitbake/lib/bb/ui/crumbs/hobeventhandler.py @@ -243,8 +243,8 @@ class HobHandler(gobject.GObject): self.run_next_command(self.PARSE_CONFIG) def parse_generate_configuration(self): - self.commands_async.append(self.SUB_PARSE_CONFIG) - self.generate_configuration() + self.commands_async.append(self.SUB_PARSE_CONFIG) + self.generate_configuration() def set_extra_inherit(self, bbclass): inherits = self.server.runCommand(["getVariable", "INHERIT"]) or "" -- cgit v1.2.3-54-g00ecf