selftest: Fix trailing whitespace in Samba3.pm
authorPavel Filipenský <pfilipen@redhat.com>
Tue, 8 Feb 2022 14:34:56 +0000 (15:34 +0100)
committerJule Anger <janger@samba.org>
Fri, 25 Feb 2022 10:31:13 +0000 (10:31 +0000)
Bug: https://bugzilla.samba.org/show_bug.cgi?id=14971

Signed-off-by: Pavel Filipenský <pfilipen@redhat.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
(cherry picked from commit 547b4c595a8513a4be99177edbaa39ce43840f7a)

selftest/target/Samba3.pm

index 9a8c9ee26044b0a6eb6ef1377869c8532b0408d1..306783931e03a78f99e021e338b1dac02b7daa7a 100755 (executable)
@@ -188,7 +188,7 @@ sub getlog_env_app($$$)
        close(LOG);
 
        return "" if $out eq $title;
+
        return $out;
 }
 
@@ -2205,7 +2205,7 @@ sub provision($$)
        my $nmbdsockdir="$prefix_abs/nmbd";
        unlink($nmbdsockdir);
 
-       ## 
+       ##
        ## create the test directory layout
        ##
        die ("prefix_abs = ''") if $prefix_abs eq "";
@@ -3057,7 +3057,7 @@ sub provision($$)
        unless (open(PASSWD, ">$nss_wrapper_passwd")) {
            warn("Unable to open $nss_wrapper_passwd");
            return undef;
-        } 
+        }
        print PASSWD "nobody:x:$uid_nobody:$gid_nobody:nobody gecos:$prefix_abs:/bin/false
 $unix_name:x:$unix_uid:$unix_gids[0]:$unix_name gecos:$prefix_abs:/bin/false
 pdbtest:x:$uid_pdbtest:$gid_nogroup:pdbtest gecos:$prefix_abs:/bin/false