2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00

Minor coding style fix.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5514 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2008-12-03 13:48:59 +00:00
parent d3476f94c8
commit 2496da8bbd

View File

@@ -4860,7 +4860,7 @@ sub show_i2c_stats
$chips, scalar keys %histo;
print " 0 1 2 3 4 5 6 7 8 9 a b c d e f\n".
"00: ";
for (my $addr = 0x03; $addr <= 0x77; $addr ++) {
for (my $addr = 0x03; $addr <= 0x77; $addr++) {
printf("\n\%02x:", $addr) if ($addr % 16) == 0;
if (defined $histo{$addr}) {
printf ' %02d', $histo{$addr};