]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:net: Fix trailing whitespace in net.c
authorPavel Filipenský <pfilipensky@samba.org>
Wed, 10 Aug 2022 12:48:14 +0000 (14:48 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 26 Aug 2022 07:59:32 +0000 (07:59 +0000)
Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/utils/net.c

index e1e14743c117b023c51e1e11628c75786c55c491..5783b30dbffc1a63db1d63a9b4a2a694a6b902cc 100644 (file)
@@ -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.