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)
committerJule Anger <janger@samba.org>
Tue, 12 Dec 2023 09:02:18 +0000 (09:02 +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>
(cherry picked from commit a2af6946f5e53b7d954aa54d3d115dbe4975b1c4)

selftest/target/Samba4.pm

index a10c1313322b9a08541f92c66e710c53b59594ef..e559bf888a99a5c4fe899f51bd0368ddf6a728fa 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.