sensors plugin: Some code cleanup.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 5 Nov 2006 14:08:34 +0000 (15:08 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 5 Nov 2006 14:08:34 +0000 (15:08 +0100)
commit52835eb94a3e86ae0d050398ed139b6eecd0e3e1
tree8f44e6ac4d2d1f7d36472c4a06bb1e9140ea971c
parent0c7a16efd4921637d986f590c3e584de4be6d4bd
sensors plugin: Some code cleanup.

Very long lines have been broken into several shorter ones. `strncmp' has been
replaced with `strcmp' where reasonable. Variables have been renamed and all
variable declarations have been moved to the top of the block, as required by
ANSI C prior to C99.
src/sensors.c