Skip to content

Commit

Permalink
lib/cmdline: fix indentation
Browse files Browse the repository at this point in the history
s/whitespace/tab/

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

Signed-off-by: Ralph Boehme <[email protected]>
Reviewed-by: Andreas Schneider <[email protected]>
  • Loading branch information
slowfranklin committed Nov 11, 2021
1 parent fa9d997 commit 120a598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cmdline/cmdline_s3.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 120a598

Please sign in to comment.