summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/trace4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/trace b/bin/trace
index 241e6dd..445e5a2 100755
--- a/bin/trace
+++ b/bin/trace
@@ -228,7 +228,7 @@ sub rewrite_func ($$$$$) {
}
}
}
- $trace = "H5TRACE" . scalar(@arg_str) . "(\"$rettype\",\"";
+ $trace = "H5TRACE" . scalar(@arg_str) . "(\"$rettype\", \"";
$trace .= join("", @arg_str) . "\"";
my $len = 4 + length $trace;
for (@arg_name) {
@@ -236,7 +236,7 @@ sub rewrite_func ($$$$$) {
$trace .= ",\n $_";
$len = 13 + length;
} else {
- $trace .= ",$_";
+ $trace .= ", $_";
$len += 1 + length;
}
}