qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 29/48] bsd-user: style tweak: use {} correctly


From: Richard Henderson
Subject: Re: [PATCH v2 29/48] bsd-user: style tweak: use {} correctly
Date: Sat, 24 Apr 2021 10:55:50 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 4/24/21 8:59 AM, imp@bsdimp.com wrote:
From: Warner Losh<imp@bsdimp.com>

Format if/for/while statements with {} always, on a separate line
and fix a couple indentations issues for singletons.

Signed-off-by: Warner Losh<imp@bsdimp.com>
---
  bsd-user/elfload.c | 147 ++++++++++++++++++++++++++++-----------------
  1 file changed, 92 insertions(+), 55 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


-    start_data =n 0;
+    start_data = 0;

Ah, I see it got fixed. Anyway, squashing this back into the previous is the right thing to do.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]