From: Andreas Schneider Date: Mon, 27 Mar 2023 07:59:22 +0000 (+0200) Subject: s3:libsmb: Remove trailing whitespaces in clientgen.c X-Git-Tag: talloc-2.4.1~1266 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec3229ed5c892eee53fe2d7aefac5a1efd7ab731;p=thirdparty%2Fsamba.git s3:libsmb: Remove trailing whitespaces in clientgen.c Signed-off-by: Andreas Schneider Reviewed-by: Jeremy Allison --- diff --git a/source3/libsmb/clientgen.c b/source3/libsmb/clientgen.c index b34d9fec705..a1c62595a99 100644 --- a/source3/libsmb/clientgen.c +++ b/source3/libsmb/clientgen.c @@ -1,19 +1,19 @@ -/* +/* Unix SMB/CIFS implementation. SMB client generic functions Copyright (C) Andrew Tridgell 1994-1998 Copyright (C) Jeremy Allison 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 . */ @@ -119,7 +119,7 @@ struct cli_state *cli_state_create(TALLOC_CTX *mem_ctx, /* Set the CLI_FORCE_DOSERR environment variable to test client routines using DOS errors instead of STATUS32 - ones. This intended only as a temporary hack. */ + ones. This intended only as a temporary hack. */ if (getenv("CLI_FORCE_DOSERR")) { force_dos_errors = true; }