libgpo: Fix trailing spaces in pygpo.c
authorAndreas Schneider <asn@samba.org>
Mon, 4 Mar 2024 15:42:38 +0000 (16:42 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 6 Mar 2024 14:38:37 +0000 (14:38 +0000)
Reviewed-by: David Mulder <dmulder@samba.org>
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;
 }