From: Andreas Schneider Date: Mon, 4 Mar 2024 15:42:38 +0000 (+0100) Subject: libgpo: Fix trailing spaces in pygpo.c X-Git-Tag: tdb-1.4.11~1506 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6fb86a0fa62d93c1c84c2000f01c381a9e8217e1;p=thirdparty%2Fsamba.git libgpo: Fix trailing spaces in pygpo.c Reviewed-by: David Mulder --- diff --git a/libgpo/pygpo.c b/libgpo/pygpo.c index adbd5b4688d..463d199599a 100644 --- a/libgpo/pygpo.c +++ b/libgpo/pygpo.c @@ -371,7 +371,7 @@ static int py_ads_init(ADS *self, PyObject *args, PyObject *kwds) workgroup, ldap_server, ADS_SASL_PLAIN); - + return 0; }