Fix whitespace on a line in fix(..) accidentally missed in r321424

MFC after:	1 month
MFC with:	r321424
This commit is contained in:
ngie 2017-07-24 17:29:56 +00:00
parent 7b13da675f
commit 4b685d2dc0

View File

@ -116,7 +116,7 @@ sub fail
open(README, ">$opt_d/failure.$n/README");
print README "ERROR: " . $file . " " . $msg;
if (scalar @parms > 1) {
print README "; see $errfile\n";
} else {