[yocto] [PATCH 08/19] yocto-bsp: use rstrip() for assignment lines

2012-08-10 Thread tom . zanussi
From: Tom Zanussi strip() isn't necessary and causes unintended formatting changes in the output; rstrip() remove the trailing newlines as intended while leaving indenting whitespace intact. Signed-off-by: Tom Zanussi --- scripts/lib/bsp/engine.py |2 +- 1 file changed, 1 insertion(+), 1 d

[yocto] [PATCH 08/19] yocto-bsp: use rstrip() for assignment lines

2012-08-09 Thread tom . zanussi
From: Tom Zanussi strip() isn't necessary and causes unintended formatting changes in the output; rstrip() remove the trailing newlines as intended while leaving indenting whitespace intact. Signed-off-by: Tom Zanussi --- scripts/lib/bsp/engine.py |2 +- 1 files changed, 1 insertions(+), 1