summaryrefslogtreecommitdiffstats
path: root/src/fan/fan.h
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2014-01-16 15:10:26 +0100
committerPeter Schiffer <pschiffe@redhat.com>2014-01-16 15:10:26 +0100
commit97d3041f1e38dfcc931d0e495c0e1c66497cf09c (patch)
treed56f207fb9ca08a4eccfbd406b609ae4402e5c5a /src/fan/fan.h
parent785bc9bf7e4ba5ba60477fd09974377c4cf48b10 (diff)
downloadopenlmi-providers-97d3041f1e38dfcc931d0e495c0e1c66497cf09c.tar.gz
openlmi-providers-97d3041f1e38dfcc931d0e495c0e1c66497cf09c.tar.xz
openlmi-providers-97d3041f1e38dfcc931d0e495c0e1c66497cf09c.zip
Remove trailing spaces
This patch removes trailing spaces from source files.
Diffstat (limited to 'src/fan/fan.h')
-rw-r--r--src/fan/fan.h4
1 files changed, 2 insertions, 2 deletions
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.