summaryrefslogtreecommitdiff
path: root/lib/sensors.h
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2007-08-31 14:42:20 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2007-08-31 14:42:20 +0000
commit984b0d6064571e0eebffb675e5762b116785036b (patch)
tree244fd79ee5f09a12ad909fe9935420c35caa559e /lib/sensors.h
parent4241049997328aa9fab1477bdf69970c2afdbd4e (diff)
downloadlm-sensors-984b0d6064571e0eebffb675e5762b116785036b.tar.gz
Mass reindent, coding style and whitespace cleanups.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@4736 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'lib/sensors.h')
-rw-r--r--lib/sensors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sensors.h b/lib/sensors.h
index 699dcec6..b853687e 100644
--- a/lib/sensors.h
+++ b/lib/sensors.h
@@ -176,7 +176,7 @@ typedef struct sensors_feature_data {
Do not try to change the returned structure; you will corrupt internal
data structures. */
const sensors_feature_data *sensors_get_all_features
- (const sensors_chip_name *name, int *nr);
+ (const sensors_chip_name *name, int *nr);
#ifdef __cplusplus
}