s3:libsmb: Remove trailing whitespaces in clientgen.c
authorAndreas Schneider <asn@samba.org>
Mon, 27 Mar 2023 07:59:22 +0000 (09:59 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 28 Mar 2023 09:33:31 +0000 (09:33 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/libsmb/clientgen.c

index b34d9fec705ba5d087337353ecfa465cdf722894..a1c62595a990969319f816beb48549b88222b31a 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
 */
@@ -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;
        }