summaryrefslogtreecommitdiff
path: root/pidl/tests
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-11-21 15:52:32 +0000
committerJelmer Vernooij <jelmer@samba.org>2014-11-22 02:23:10 +0100
commit3949ed67fcb51a88972f89e9a1c9d674b16c8e9a (patch)
tree3eebc376f8b3599c58257ea24f84b6cca661cbae /pidl/tests
parent927290b384bc4f4fd53a1f93d4d27ccc71dd6135 (diff)
downloadsamba-3949ed67fcb51a88972f89e9a1c9d674b16c8e9a.tar.gz
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')
-rw-r--r--pidl/tests/Util.pm2
-rwxr-xr-xpidl/tests/wireshark-conf.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/pidl/tests/Util.pm b/pidl/tests/Util.pm
index 63949eb5a3a..86b521bf94a 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";
}
diff --git a/pidl/tests/wireshark-conf.pl b/pidl/tests/wireshark-conf.pl
index 9da5c7d1ed9..a8e33dfecd4 100755
--- a/pidl/tests/wireshark-conf.pl
+++ b/pidl/tests/wireshark-conf.pl
@@ -15,7 +15,7 @@ use Parse::Pidl::Wireshark::Conformance qw(ReadConformanceFH valid_ft_type valid
sub parse_conf($)
{
my $str = shift;
- open(TMP, "+>", undef) or die("unable to open temp file");
+ open(TMP, "+>", undef) or die("unable to open temp file");
print TMP $str;
seek(TMP, 0, 0);
my $data = {};