On 4/24/21 8:59 AM, [email protected] wrote:
From: Warner Losh<[email protected]>Format if/for/while statements with {} always, on a separate line and fix a couple indentations issues for singletons. Signed-off-by: Warner Losh<[email protected]> --- bsd-user/elfload.c | 147 ++++++++++++++++++++++++++++----------------- 1 file changed, 92 insertions(+), 55 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
- 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~
