From cdb31d7e45bf1ca8a899dea82bd5b1ecc0ef1838 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 15 Mar 2024 12:41:19 +0100 Subject: [PATCH] s3:auth: Remove trailing spaces Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- source3/auth/auth_generic.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 . */ -- 2.34.1