From: Andreas Schneider Date: Mon, 4 Mar 2024 15:42:38 +0000 (+0100) Subject: libgpo: Fix trailing spaces in pygpo.c X-Git-Tag: samba-4.19.6~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51a3797f57ea988677016395784bd8d117062b11;p=thirdparty%2Fsamba.git libgpo: Fix trailing spaces in pygpo.c Signed-off-by: Andreas Schneider Reviewed-by: David Mulder (cherry picked from commit 6fb86a0fa62d93c1c84c2000f01c381a9e8217e1) --- 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; }