formatting

SVN revision: 51720
This commit is contained in:
Sebastian Dransfeld 2010-08-29 10:57:05 +00:00
parent cf7e7abbcb
commit e2c4df0689
2 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@ temperature_udev_update(void *data)
temp = 0;
EINA_LIST_FOREACH(inst->tempdevs, l, syspath)
{
for (x = 1, y = 0;x < 15;x++)
for (x = 1, y = 0; x < 15; x++)
{
if (y >= 2) break;
sprintf(buf, "temp%d_input", x);