Re: [PATCH 2/2] test: cmd: fdt: Drop new unneeded curly brackets

2023-03-06 Thread Simon Glass
On Wed, 1 Mar 2023 at 20:05, Marek Vasut wrote: > > Drop no longer needed { } around ut_assert*() functions in FDT test. > No functional change. > > Signed-off-by: Marek Vasut > --- > Cc: Heinrich Schuchardt > Cc: Simon Glass > Cc: Tom Rini > --- > test/cmd/fdt.c | 14 ++ > 1 file

[PATCH 2/2] test: cmd: fdt: Drop new unneeded curly brackets

2023-03-01 Thread Marek Vasut
Drop no longer needed { } around ut_assert*() functions in FDT test. No functional change. Signed-off-by: Marek Vasut --- Cc: Heinrich Schuchardt Cc: Simon Glass Cc: Tom Rini --- test/cmd/fdt.c | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/test/cmd/fdt.c b