From: Pavel Filipenský Date: Thu, 23 Jun 2022 10:42:09 +0000 (+0200) Subject: s3:winbind: Fix trailing whitespaces in winbindd_group.c X-Git-Tag: tevent-0.13.0~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feb04d99716a6f63ff04b8348103b693b77f9c23;p=thirdparty%2Fsamba.git s3:winbind: Fix trailing whitespaces in winbindd_group.c Signed-off-by: Pavel Filipenský Reviewed-by: Andreas Schneider --- diff --git a/source3/winbindd/winbindd_group.c b/source3/winbindd/winbindd_group.c index 76ba14afb3b..b607a2805a7 100644 --- a/source3/winbindd/winbindd_group.c +++ b/source3/winbindd/winbindd_group.c @@ -1,4 +1,4 @@ -/* +/* Unix SMB/CIFS implementation. Winbind daemon for ntdom nss module @@ -7,17 +7,17 @@ Copyright (C) Jeremy Allison 2001. Copyright (C) Gerald (Jerry) Carter 2003. Copyright (C) Volker Lendecke 2005 - + This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. - + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + You should have received a copy of the GNU General Public License along with this program. If not, see . */