Re: [Qemu-devel] [PATCH v4 RFC 1/3] util/uri.c: Coding style check, Only whitespace involved. Using `clang-format -i util/uri.c` first, then change back few code manually, to make sure only whitespace

2018-02-25 Thread Thomas Huth
On 25.02.2018 05:35, Su Hang wrote: > Signed-off-by: Su Hang Looks like the patch description accidentally somehow moved into the "Subject" line ... but I hope that can be fixed when the patch is picked up, so: Reviewed-by: Thomas Huth

[Qemu-devel] [PATCH v4 RFC 1/3] util/uri.c: Coding style check, Only whitespace involved. Using `clang-format -i util/uri.c` first, then change back few code manually, to make sure only whitespace in

2018-02-24 Thread Su Hang
Signed-off-by: Su Hang --- util/uri.c | 1468 ++-- 1 file changed, 735 insertions(+), 733 deletions(-) diff --git a/util/uri.c b/util/uri.c index 21b18281703a..cf09f41735a1 100644 --- a/util/uri.c +++

[Qemu-devel] [PATCH v4 RFC 1/3] util/uri.c: Coding style check, Only whitespace involved. Using `clang-format -i util/uri.c` first, then change back few code manually, to make sure only whitespace in

2018-02-24 Thread Su Hang
Signed-off-by: Su Hang --- util/uri.c | 1468 ++-- 1 file changed, 735 insertions(+), 733 deletions(-) diff --git a/util/uri.c b/util/uri.c index 21b18281703a..cf09f41735a1 100644 --- a/util/uri.c +++