[gnome-continuous-yocto/gnomeostree-3.28-rocko: 6136/8267] devshell.bbclass: clean up trailing whitespaces
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 6136/8267] devshell.bbclass: clean up trailing whitespaces
- Date: Sun, 17 Dec 2017 04:25:16 +0000 (UTC)
commit 8b66ad49a00c7bfabb0db824f727d741833f97ec
Author: Chang Rebecca Swee Fun <rebecca swee fun chang intel com>
Date: Mon May 29 12:42:29 2017 +0800
devshell.bbclass: clean up trailing whitespaces
(From OE-Core rev: fac6c0fcb30d7cb49036cb32247569d65d1c5e7f)
Signed-off-by: Chang Rebecca Swee Fun <rebecca swee fun chang intel com>
Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>
meta/classes/devshell.bbclass | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/meta/classes/devshell.bbclass b/meta/classes/devshell.bbclass
index 9fbe70e..fdf7dc1 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]