s3: libads: Reformat args to cldap_ping_list().
authorJeremy Allison <jra@samba.org>
Tue, 8 Sep 2020 22:59:46 +0000 (15:59 -0700)
committerNoel Power <npower@samba.org>
Tue, 15 Sep 2020 10:09:37 +0000 (10:09 +0000)
Pure reformatting.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Noel Power <noel.power@suse.com>
source3/libads/ldap.c

index 8fbe34a20b7d4902278c76da2a9dca6167430c0a..593af18d91896cc726ab4bac8c330d3ba0d039a4 100755 (executable)
@@ -346,8 +346,10 @@ static bool ads_try_connect(ADS_STRUCT *ads, bool gc,
  Take note of and update negative connection cache.
 **********************************************************************/
 
-static NTSTATUS cldap_ping_list(ADS_STRUCT *ads,const char *domain,
-                               struct ip_service *ip_list, int count)
+static NTSTATUS cldap_ping_list(ADS_STRUCT *ads,
+                       const char *domain,
+                       struct ip_service *ip_list,
+                       int count)
 {
        int i;
        bool ok;