From: Shane Wang Date: Mon, 9 Apr 2012 14:13:35 +0000 (+0800) Subject: Hob: correct indent X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=684e0eddfbbb4618a1adcf179296f3f1066ae1c0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git Hob: correct indent Signed-off-by: Shane Wang Signed-off-by: Richard Purdie --- diff --git a/lib/bb/ui/crumbs/hobeventhandler.py b/lib/bb/ui/crumbs/hobeventhandler.py index dc2b1bb4f66..d608b5f7804 100644 --- a/lib/bb/ui/crumbs/hobeventhandler.py +++ b/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 ""