From: Andreas Schneider Date: Fri, 15 Mar 2024 11:41:19 +0000 (+0100) Subject: s3:auth: Remove trailing spaces X-Git-Tag: tdb-1.4.11~1142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cdb31d7e45bf1ca8a899dea82bd5b1ecc0ef1838;p=thirdparty%2Fsamba.git s3:auth: Remove trailing spaces Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/source3/auth/auth_generic.c b/source3/auth/auth_generic.c index f9570455fe3..c34e91b881a 100644 --- a/source3/auth/auth_generic.c +++ b/source3/auth/auth_generic.c @@ -1,4 +1,4 @@ -/* +/* Unix SMB/Netbios implementation. Version 3.0 handle GENSEC authentication, server side @@ -11,12 +11,12 @@ 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 . */