winbindd: remove trailing spaces in get_cache()
authorRalph Boehme <slow@samba.org>
Thu, 16 Mar 2017 16:52:50 +0000 (17:52 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 16 Mar 2017 23:20:17 +0000 (00:20 +0100)
Trailing spaces are annoyingly highlighted red in my emacs setup so I'd
like to get rid of them. :)

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Mar 17 00:20:17 CET 2017 on sn-devel-144

source3/winbindd/winbindd_cache.c

index f730f7597c497763972fd3fd35c4f473c84c6da8..98c69f8b231fd7e4fbecc85eb866ada3c7f4a639 100644 (file)
@@ -145,17 +145,17 @@ static struct winbind_cache *get_cache(struct winbindd_domain *domain)
                init_dc_connection(domain, false);
        }
 
-       /* 
+       /*
           OK.  Listen up because I'm only going to say this once.
           We have the following scenarios to consider
           (a) trusted AD domains on a Samba DC,
           (b) trusted AD domains and we are joined to a non-kerberos domain
           (c) trusted AD domains and we are joined to a kerberos (AD) domain
 
-          For (a) we can always contact the trusted domain using krb5 
+          For (a) we can always contact the trusted domain using krb5
           since we have the domain trust account password
 
-          For (b) we can only use RPC since we have no way of 
+          For (b) we can only use RPC since we have no way of
           getting a krb5 ticket in our own domain
 
           For (c) we can always use krb5 since we have a kerberos trust
@@ -167,7 +167,7 @@ static struct winbind_cache *get_cache(struct winbindd_domain *domain)
        if (domain->backend == NULL) {
                struct winbindd_domain *our_domain = domain;
 
-               /* find our domain first so we can figure out if we 
+               /* find our domain first so we can figure out if we
                   are joined to a kerberized domain */
 
                if (!domain->primary) {