Style cleanup: delete spurious trailing whitespace

MFC after:	1 month
This commit is contained in:
Enji Cooper 2017-07-24 17:27:21 +00:00
parent a396c83a5e
commit f3305cae02
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=321424

View File

@ -250,7 +250,7 @@ sub run_tests {
$name = $1;
$base = $2;
$ext = $3;
$dir = dirname($file);
$isksh = 0;
$tag = 0;
@ -372,7 +372,7 @@ sub run_tests {
"modunload -i 0");
if (!system("modinfo | grep dtrace")) {
warn "ERROR: couldn't unload dtrace\n";
system("svcadm enable " .
system("svcadm enable " .
"-s svc:/network/nfs/mapid:default");
exit(124);
}
@ -387,7 +387,7 @@ sub run_tests {
"modunload -i 0");
if (!system("modinfo | grep dtrace")) {
warn "ERROR: couldn't unload dtrace\n";
system("svcadm enable " .
system("svcadm enable " .
"-s svc:/network/nfs/mapid:default");
exit(124);
}
@ -679,7 +679,7 @@ if ($opt_b) {
#
# Run all the tests specified on the command-line (the entire test suite
# by default) once for each dtrace command tested, skipping any tests
# not valid for that command.
# not valid for that command.
#
foreach $dtrace_cmd (@dtrace_cmds) {
run_tests($dtrace_cmd, $exception_lists{$dtrace_cmd});