21 Aug
2026
21 Aug
'26
2:52 p.m.
On 8/21/26 07:04, David Gibson wrote:
We generally avoid trailing whitespace, but one slipped in. Fix it.
Signed-off-by: David Gibson
--- util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util.c b/util.c index 28c32e43..500e8f55 100644 --- a/util.c +++ b/util.c @@ -1072,7 +1072,7 @@ void passt_exit(int status) /* Make sure we don't leave any messages incomplete */ (void)fflush(stderr); (void)fflush(stdout); - + _exit(status); }
I checked this was the only one remaining.
Reviewed-by: Laurent Vivier