Browse Source

More coding-style fixes.

git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@5158 7894878c-1315-0410-8ee3-d5d059ff63e0
tags/v3.0.1
Jean Delvare 18 years ago
parent
commit
5ba98d1c2c
  1. 6
      eeprom/decode-dimms.pl

6
eeprom/decode-dimms.pl

@ -1148,7 +1148,8 @@ sub read_hexdump ($)
return @bytes;
}
sub readspd64 ($$) { # reads 64 bytes from SPD-EEPROM
sub readspd64($$) # reads 64 bytes from SPD-EEPROM
{
my ($offset, $dimm_i) = @_;
my @bytes;
if ($use_hexdump) {
@ -1201,8 +1202,7 @@ EOF
}
$opt_body = $opt_html && ! $opt_bodyonly;
if ($opt_body)
{
if ($opt_body) {
print "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\">\n",
"<html><head>\n",
"\t<meta HTTP-EQUIV=\"Content-Type\" CONTENT=\"text/html; charset=iso-8859-1\">\n",

Loading…
Cancel
Save