From 2461c23de03c450a6d399ad1870caf56460f77b8 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 19 May 2025 12:17:25 +0200 Subject: [PATCH] lib/shells: fix indentation Signed-off-by: Karel Zak --- lib/shells.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shells.c b/lib/shells.c index adf7d8c1d..13f293c5e 100644 --- a/lib/shells.c +++ b/lib/shells.c @@ -63,7 +63,7 @@ extern void print_shells(FILE *out, const char *format) #else char *s; - setusershell(); + setusershell(); while ((s = getusershell())) fprintf(out, format, s); endusershell(); -- 2.47.2