]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest: Remove trailing tabs/white spaces in Samba4.pm
authorAndreas Schneider <asn@samba.org>
Fri, 8 Dec 2023 12:06:27 +0000 (13:06 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 10 Dec 2023 21:24:38 +0000 (21:24 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15532

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
selftest/target/Samba4.pm

index 5f1f1bfffad6a651290eeef11d5c31022b2f48f0..c98c00c034c53110bec892fc6f305cf8036a5f8f 100755 (executable)
@@ -559,7 +559,7 @@ sub provision_raw_prepare($$$$$$$$$$$$$$)
                warn("Unable to clean up");
        }
 
-       
+
        my $swiface = Samba::get_interface($hostname);
 
        $ctx->{prefix} = $prefix;
@@ -1034,7 +1034,7 @@ replace: userPrincipalName
 userPrincipalName: testallowed upn\@$ctx->{realm}
 replace: servicePrincipalName
 servicePrincipalName: host/testallowed
--          
+-
 ";
        close($ldif);
        unless ($? == 0) {
@@ -1057,7 +1057,7 @@ servicePrincipalName: host/testallowed
 changetype: modify
 replace: userPrincipalName
 userPrincipalName: testdenied_upn\@$ctx->{realm}.upn
--          
+-
 ";
        close($ldif);
        unless ($? == 0) {
@@ -2225,7 +2225,7 @@ sub provision_chgdcpass($$)
                warn("Unable to add wins configuration");
                return undef;
        }
-       
+
        # Remove secrets.tdb from this environment to test that we
        # still start up on systems without the new matching
        # secrets.tdb records.