]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib/cmdline: fix indentation
authorRalph Boehme <slow@samba.org>
Mon, 8 Nov 2021 11:08:47 +0000 (12:08 +0100)
committerRalph Boehme <slow@samba.org>
Thu, 11 Nov 2021 13:49:32 +0000 (13:49 +0000)
s/whitespace/tab/

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14897

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
lib/cmdline/cmdline_s3.c

index 1f8d9ed5eb502a140a5434bb0873f33f47af2442..639d403aed3a97648e8505bbda36621e024b2f0d 100644 (file)
@@ -55,7 +55,7 @@ static bool _samba_cmdline_load_config_s3(void)
        case SAMBA_CMDLINE_CONFIG_CLIENT:
                ok = lp_load_client(config_file);
                break;
-        case SAMBA_CMDLINE_CONFIG_SERVER:
+       case SAMBA_CMDLINE_CONFIG_SERVER:
        {
                const struct samba_cmdline_daemon_cfg *cmdline_daemon_cfg =
                        samba_cmdline_get_daemon_cfg();