From: Chang Rebecca Swee Fun Date: Mon, 29 May 2017 04:42:29 +0000 (+0800) Subject: devshell.bbclass: clean up trailing whitespaces X-Git-Tag: uninative-1.7~641 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=fac6c0fcb30d7cb49036cb32247569d65d1c5e7f;p=openembedded-core.git devshell.bbclass: clean up trailing whitespaces Signed-off-by: Chang Rebecca Swee Fun --- diff --git a/meta/classes/devshell.bbclass b/meta/classes/devshell.bbclass index 9fbe70e006..fdf7dc100f 100644 --- a/meta/classes/devshell.bbclass +++ b/meta/classes/devshell.bbclass @@ -8,7 +8,7 @@ python do_devshell () { fakeenv = d.getVar("FAKEROOTENV").split() for f in fakeenv: k = f.split("=") - d.setVar(k[0], k[1]) + d.setVar(k[0], k[1]) d.appendVar("OE_TERMINAL_EXPORTS", " " + k[0]) d.delVarFlag("do_devshell", "fakeroot") @@ -49,7 +49,7 @@ def devpyshell(d): old[3] = old[3] &~ termios.ECHO &~ termios.ICANON # &~ termios.ISIG termios.tcsetattr(fd, termios.TCSADRAIN, old) - + # No echo or buffering over the pty noechoicanon(s) @@ -145,7 +145,7 @@ python do_devpyshell() { try: devpyshell(d) except SystemExit: - # Stop the SIGTERM above causing an error exit code + # Stop the SIGTERM above causing an error exit code return finally: return