libgpo: Fix trailing spaces in pygpo.c
authorAndreas Schneider <asn@samba.org>
Mon, 4 Mar 2024 15:42:38 +0000 (16:42 +0100)
committerJule Anger <janger@samba.org>
Fri, 15 Mar 2024 10:25:13 +0000 (10:25 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: David Mulder <dmulder@samba.org>
(cherry picked from commit 6fb86a0fa62d93c1c84c2000f01c381a9e8217e1)

libgpo/pygpo.c

index adbd5b4688dd3cb05f5c46433cb8b3201f7c7eb2..463d199599a3cac0a174c406c8a62b546dc37479 100644 (file)
@@ -371,7 +371,7 @@ static int py_ads_init(ADS *self, PyObject *args, PyObject *kwds)
                                 workgroup,
                                 ldap_server,
                                 ADS_SASL_PLAIN);
-       
+
        return 0;
 }