提交 76c1183d 编写于 作者: V Viktor Szakats 提交者: Rich Salz

use whitespace more consistently

Reviewed-by: NRichard Levitte <levitte@openssl.org>
Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 e771eea6
......@@ -10,7 +10,7 @@ binmode IN1;
$tot=0;
$ret=1;
for (;;)
{
{
$n1=sysread(IN0,$b1,4096);
$n2=sysread(IN1,$b2,4096);
......@@ -23,12 +23,12 @@ for (;;)
last;
}
$tot+=$n1;
}
}
close(IN0);
close(IN1);
if ($ret)
{
{
printf STDERR "$ARGV[0] and $ARGV[1] are different\n";
@a1=unpack("C*",$b1);
@a2=unpack("C*",$b2);
......@@ -43,5 +43,5 @@ if ($ret)
$nm=$tot+$n1;
$tot+=$i+1;
printf STDERR "diff at char $tot of $nm\n";
}
}
exit($ret);
......@@ -10,7 +10,7 @@ $suffix=(@ARGV[0]=~/^\$/) ? shift(@ARGV) : "\$m";
# rename segments in COFF modules according to %map table below #
%map=( ".text" => "fipstx$suffix", #
".text\$"=> "fipstx$suffix", #
".rdata"=> "fipsrd$suffix", #
".rdata" => "fipsrd$suffix", #
".data" => "fipsda$suffix" ); #
#################################################################
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册