From: Pavel Filipenský Date: Wed, 10 Aug 2022 12:48:14 +0000 (+0200) Subject: s3:net: Fix trailing whitespace in net.c X-Git-Tag: talloc-2.4.0~1309 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8941c748c775ccd07bc35336f43e295cfaab142e;p=thirdparty%2Fsamba.git s3:net: Fix trailing whitespace in net.c Signed-off-by: Pavel Filipenský Reviewed-by: Andreas Schneider --- 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.