From f8ed5fc6ce66f57f18cf0263902a7620541f3092 Mon Sep 17 00:00:00 2001 From: Frodo Looijaard Date: Fri, 10 Dec 1999 19:44:00 +0000 Subject: [PATCH] Adrian's cosmetic newline git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@668 7894878c-1315-0410-8ee3-d5d059ff63e0 --- prog/detect/sensors-detect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect index d07c3bc2..75d28588 100755 --- a/prog/detect/sensors-detect +++ b/prog/detect/sensors-detect @@ -1152,7 +1152,7 @@ sub scan_isa_bus $new_hash = add_isa_to_chips_detected $$chip{alias_detect},$$chip{driver}, $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}; } }