From: Volker Lendecke Date: Thu, 24 Oct 2024 09:51:41 +0000 (+0200) Subject: net_ads: Fix indentation in net_ads_cldap_netlogon_json X-Git-Tag: tdb-1.4.13~848 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=544278a3307414de4bd39735bfa0ea6d84350556;p=thirdparty%2Fsamba.git net_ads: Fix indentation in net_ads_cldap_netlogon_json This was not easy to read Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index 0e5da492faf..a7a95509354 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -120,12 +120,15 @@ static int net_ads_cldap_netlogon_json sizeof(response_type)); break; case LOGON_SAM_LOGON_RESPONSE_EX: - strncpy(response_type, "LOGON_SAM_LOGON_RESPONSE_EX", - sizeof(response_type)); + strncpy(response_type, + "LOGON_SAM_LOGON_RESPONSE_EX", + sizeof(response_type)); break; default: - snprintf(response_type, sizeof(response_type), "0x%x", - reply->command); + snprintf(response_type, + sizeof(response_type), + "0x%x", + reply->command); break; }