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

MFC after:	1 month
MFC with:	r321424
This commit is contained in:
Enji Cooper 2017-07-24 17:29:56 +00:00
parent f3305cae02
commit 31ed01a2de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=321425

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 {