From 97d3041f1e38dfcc931d0e495c0e1c66497cf09c Mon Sep 17 00:00:00 2001 From: Peter Schiffer Date: Thu, 16 Jan 2014 15:10:26 +0100 Subject: Remove trailing spaces This patch removes trailing spaces from source files. --- src/fan/fan.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fan/fan.h') diff --git a/src/fan/fan.h b/src/fan/fan.h index c0c595b..b26e171 100644 --- a/src/fan/fan.h +++ b/src/fan/fan.h @@ -44,7 +44,7 @@ const ConfigEntry *provider_config_defaults; /** * Descriptions of attributes are taken from: - * sysfs-interface documentation of hwmon + * sysfs-interface documentation of hwmon */ struct cim_fan{ char const * chip_name; @@ -117,7 +117,7 @@ struct cim_fan{ * true : alarm * Each channel or limit may have an associated alarm file, containing a * boolean value. 1 means that an alarm condition exists, 0 means no alarm. - * + * * Usually a given chip will either use channel-related alarms, or * limit-related alarms, not both. The driver should just reflect the * hardware implementation. -- cgit