Edje: Edje_Edit - code style fix accoring to Coding Convention
authorVitalii Vorobiov <vi.vorobiov@samsung.com>
Tue, 24 Feb 2015 11:14:18 +0000 (13:14 +0200)
committerVitalii Vorobiov <vi.vorobiov@samsung.com>
Tue, 24 Feb 2015 11:16:11 +0000 (13:16 +0200)
commit3c925a1ea689d54e7ab0fa1e1aa03c6ae181d733
tree01d315ee19ab34dc5fc341b1e384fbf1fcb35e21
parent54b090b0afe37ea3f07fb434578f1f8537852092
Edje: Edje_Edit - code style fix accoring to Coding Convention

Oops!
According to Coding Convention it should be like that:
...
>>> function forward declaration/prototype should be a single line;
>>> function definition should have the return at one line, then function name starts at next line, column 0;
...
src/lib/edje/Edje_Edit.h
src/lib/edje/edje_edit.c