From: Pavel Filipenský Date: Wed, 27 Jul 2022 14:01:25 +0000 (+0200) Subject: s3:libads: Fix trailing whitespaces in util.c X-Git-Tag: talloc-2.4.0~1331 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f641abfcb5977b62a23ff5c199dd2f8ca5463829;p=thirdparty%2Fsamba.git s3:libads: Fix trailing whitespaces in util.c Signed-off-by: Pavel Filipenský Reviewed-by: Andreas Schneider --- diff --git a/source3/libads/util.c b/source3/libads/util.c index edbb368a2de..150da78fe88 100644 --- a/source3/libads/util.c +++ b/source3/libads/util.c @@ -1,18 +1,18 @@ -/* +/* Unix SMB/CIFS implementation. krb5 set password implementation Copyright (C) Remus Koos 2001 (remuskoos@yahoo.com) - + 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 . */