]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib/shells: fix indentation
authorKarel Zak <kzak@redhat.com>
Mon, 19 May 2025 10:17:25 +0000 (12:17 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 19 May 2025 10:17:35 +0000 (12:17 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
lib/shells.c

index adf7d8c1d3fa1ceb89d3c9e305248ea92be6cc17..13f293c5e0c5e822296024f9035521822c8e3071 100644 (file)
@@ -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();