formatting fx.

SVN revision: 80562
This commit is contained in:
Carsten Haitzler 2012-12-10 03:34:27 +00:00
parent 05159cf28b
commit 0ea6ad2196
1 changed files with 2 additions and 1 deletions

View File

@ -111,7 +111,8 @@ init(void)
mib[0] = CTL_HW;
mib[1] = HW_SENSORS;
for (dev = 0;; dev++) {
for (dev = 0;; dev++)
{
mib[2] = dev;
if (sysctl(mib, 3, &snsrdev, &sdlen, NULL, 0) == -1)
{