Hi all,
This is a trivial patch that cleans up whitespace in src/drivers/i2c/adm1027/adm1027.c, basically the result of running
indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs adm1027.c
as per http://linuxbios.org/Development_Guidelines
I have another patch to fix fan control for this chip, which I'll submit when this one gets merged.
Thanks, Ward.