eeze - fix if formatting to be consistent within file
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 10 Oct 2015 01:50:44 +0000 (10:50 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sat, 10 Oct 2015 01:50:44 +0000 (10:50 +0900)
commit48fb969e2062a0b76feb5a6b3465e18b462431c3
tree21b9d7a63b6e976c09b9857a4af7cdce51fb2a77
parent55e49f12bf6af2e608d0e34f4452fac0ffe31f4c
eeze - fix if formatting to be consistent within file

some if's were single line:
  if (x) blah();

others were
  if (x)
    blah();

make formatting consistent at any rate.

same for EINA_LIST_FREE() blah();
src/modules/eeze/sensor/udev/udev.c