From: Karel Zak Date: Mon, 19 May 2025 10:17:25 +0000 (+0200) Subject: lib/shells: fix indentation X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=2461c23de03c450a6d399ad1870caf56460f77b8;p=thirdparty%2Futil-linux.git lib/shells: fix indentation Signed-off-by: Karel Zak --- 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();