efl/src/modules/eeze/sensor
Carsten Haitzler 48fb969e20 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();
2015-10-10 10:50:44 +09:00
..
fake eeze/sensor: Simplify object handling in async paths. 2013-04-22 15:58:28 +01:00
tizen eeze/sensor/tizen: Fix typos to let it build for tizen 2013-04-24 16:01:42 +01:00
udev eeze - fix if formatting to be consistent within file 2015-10-10 10:50:44 +09:00