[U-Boot] [PATCH 2/2] test/py: Quote consistency
Simon Glass
sjg at chromium.org
Wed Jan 27 00:08:51 CET 2016
On 26 January 2016 at 13:41, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> When converting test/py from " to ', I missed a few places (or added a
> few inconsistencies later). Fix these.
>
> Note that only quotes in code are converted; double-quotes in comments
> and HTML are left as-is, since English and HTML use " not '.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> ---
> test/py/multiplexed_log.py | 68 +++++++++++++++++++-------------------
> test/py/test.py | 8 ++---
> test/py/tests/test_dfu.py | 2 +-
> test/py/tests/test_net.py | 4 +--
> test/py/tests/test_shell_basics.py | 2 +-
> 5 files changed, 42 insertions(+), 42 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list