diff options
author | Guy Harris <guy@alum.mit.edu> | 2014-11-21 15:52:32 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2014-11-22 02:23:10 +0100 |
commit | 3949ed67fcb51a88972f89e9a1c9d674b16c8e9a (patch) | |
tree | 3eebc376f8b3599c58257ea24f84b6cca661cbae /pidl/tests/Util.pm | |
parent | 927290b384bc4f4fd53a1f93d4d27ccc71dd6135 (diff) | |
download | samba-3949ed67fcb51a88972f89e9a1c9d674b16c8e9a.tar.gz samba-3949ed67fcb51a88972f89e9a1c9d674b16c8e9a.tar.xz samba-3949ed67fcb51a88972f89e9a1c9d674b16c8e9a.zip |
Clean up more whitespace.
Reviewed-By: Jelmer Vernooij <jelmer@samba.org>
Reviewed-By: Kamen Mazdrashki <kamenim@samba.org>
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Diffstat (limited to 'pidl/tests/Util.pm')
-rw-r--r-- | pidl/tests/Util.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pidl/tests/Util.pm b/pidl/tests/Util.pm index 63949eb5a3..86b521bf94 100644 --- a/pidl/tests/Util.pm +++ b/pidl/tests/Util.pm @@ -118,7 +118,7 @@ $c my $test_data_prefix = $ENV{TEST_DATA_PREFIX}; my $outfile; if (defined($test_data_prefix)) { - $outfile = "$test_data_prefix/test-$name"; + $outfile = "$test_data_prefix/test-$name"; } else { $outfile = "./test-$name"; } |