From 8941c748c775ccd07bc35336f43e295cfaab142e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Filipensk=C3=BD?= Date: Wed, 10 Aug 2022 14:48:14 +0200 Subject: [PATCH] s3:net: Fix trailing whitespace in net.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Pavel Filipenský Reviewed-by: Andreas Schneider --- source3/utils/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/utils/net.c b/source3/utils/net.c index e1e14743c11..5783b30dbff 100644 --- a/source3/utils/net.c +++ b/source3/utils/net.c @@ -1317,7 +1317,7 @@ static struct functable net_func[] = { #if defined(HAVE_BIND_TEXTDOMAIN_CODESET) /* Bind our gettext results to 'unix charset' - + This ensures that the translations and any embedded strings are in the same charset. It won't be the one from the user's locale (we no longer auto-detect that), but it will be self-consistent. -- 2.47.3