From: Pavel Filipenský Date: Wed, 11 May 2022 10:10:36 +0000 (+0200) Subject: auth: Fix trailing whitespace in pycredentials.c X-Git-Tag: talloc-2.3.4~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccda9c162c841a86e88999dc366a6c862b1cb4ac;p=thirdparty%2Fsamba.git auth: Fix trailing whitespace in pycredentials.c Signed-off-by: Pavel Filipenský Reviewed-by: Jeremy Allison Reviewed-by: Douglas Bagnall --- diff --git a/auth/credentials/pycredentials.c b/auth/credentials/pycredentials.c index 49ea06bcd69..94fd13420b1 100644 --- a/auth/credentials/pycredentials.c +++ b/auth/credentials/pycredentials.c @@ -1,17 +1,17 @@ -/* +/* Unix SMB/CIFS implementation. Copyright (C) Jelmer Vernooij 2007 - + 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 . */