summaryrefslogtreecommitdiff
path: root/lib/sensors.h
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2008-04-14 15:29:49 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2008-04-14 15:29:49 +0000
commit72334402c4bcf4e0769e4f64a00ef18ad4748176 (patch)
tree30ebee6a3c611289b752212ffd74305a01485a12 /lib/sensors.h
parentc9abe48059b572699568a29257a1ae46fe0ea413 (diff)
downloadlm-sensors-72334402c4bcf4e0769e4f64a00ef18ad4748176.tar.gz
Trivial alignment fix.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5177 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'lib/sensors.h')
-rw-r--r--lib/sensors.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/sensors.h b/lib/sensors.h
index 4dd246e0..7fb0d809 100644
--- a/lib/sensors.h
+++ b/lib/sensors.h
@@ -31,19 +31,19 @@
when the API + ABI breaks), the third digit is incremented to track small
API additions like new flags / enum values. The second digit is for tracking
larger additions like new methods. */
-#define SENSORS_API_VERSION 0x401
+#define SENSORS_API_VERSION 0x401
-#define SENSORS_CHIP_NAME_PREFIX_ANY NULL
-#define SENSORS_CHIP_NAME_ADDR_ANY -1
+#define SENSORS_CHIP_NAME_PREFIX_ANY NULL
+#define SENSORS_CHIP_NAME_ADDR_ANY (-1)
-#define SENSORS_BUS_TYPE_ANY (-1)
-#define SENSORS_BUS_TYPE_I2C 0
-#define SENSORS_BUS_TYPE_ISA 1
-#define SENSORS_BUS_TYPE_PCI 2
-#define SENSORS_BUS_TYPE_SPI 3
+#define SENSORS_BUS_TYPE_ANY (-1)
+#define SENSORS_BUS_TYPE_I2C 0
+#define SENSORS_BUS_TYPE_ISA 1
+#define SENSORS_BUS_TYPE_PCI 2
+#define SENSORS_BUS_TYPE_SPI 3
#define SENSORS_BUS_TYPE_VIRTUAL 4
-#define SENSORS_BUS_NR_ANY (-1)
-#define SENSORS_BUS_NR_IGNORE (-2)
+#define SENSORS_BUS_NR_ANY (-1)
+#define SENSORS_BUS_NR_IGNORE (-2)
#ifdef __cplusplus
extern "C" {