util/charset: Remove trailing whitespace
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 13 Nov 2023 22:02:15 +0000 (11:02 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 8 Dec 2023 02:28:33 +0000 (02:28 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/util/charset/codepoints.c

index c39ed4a8436d3ac8cc62f178ef149b61bd7447b1..ea2c4be7fe6bbf9b53a1ea2c3b01403917e272c7 100644 (file)
@@ -1,21 +1,21 @@
-/* 
+/*
    Unix SMB/CIFS implementation.
    Character set conversion Extensions
    Copyright (C) Igor Vergeichik <iverg@mail.ru> 2001
    Copyright (C) Andrew Tridgell 2001
    Copyright (C) Simo Sorce 2001
    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 <http://www.gnu.org/licenses/>.
 
@@ -16512,8 +16512,8 @@ struct smb_iconv_handle *get_iconv_handle(void)
        return global_iconv_handle;
 }
 
-struct smb_iconv_handle *get_iconv_testing_handle(TALLOC_CTX *mem_ctx, 
-                                                 const char *dos_charset, 
+struct smb_iconv_handle *get_iconv_testing_handle(TALLOC_CTX *mem_ctx,
+                                                 const char *dos_charset,
                                                  const char *unix_charset,
                                                  bool use_builtin_handlers)
 {