On 4/24/21 8:59 AM, i...@bsdimp.com wrote:
From: Warner Losh<i...@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<i...@bsdimp.com>
---
bsd-user/elfload.c | 147 ++++++++++++++++++++++++++++-----------------
1 file changed, 92 insertions(+), 55 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@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~