2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 22:05:11 +00:00

Adrian's cosmetic newline

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@668 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Frodo Looijaard
1999-12-10 19:44:00 +00:00
parent fd545796ee
commit f8ed5fc6ce

View File

@@ -1152,7 +1152,7 @@ sub scan_isa_bus
$new_hash = add_isa_to_chips_detected $$chip{alias_detect},$$chip{driver}, $new_hash = add_isa_to_chips_detected $$chip{alias_detect},$$chip{driver},
$new_hash; $new_hash;
if ($new_hash) { if ($new_hash) {
printf " Alias of the chip on I2C bus `%s', address 0x%04x", printf " Alias of the chip on I2C bus `%s', address 0x%04x\n",
$new_hash->{i2c_adap},$new_hash->{i2c_addr}; $new_hash->{i2c_adap},$new_hash->{i2c_addr};
} }
} }