edje: fix condition scope
authorJean Guyomarc'h <jean@guyomarch.bzh>
Wed, 18 May 2016 20:25:49 +0000 (22:25 +0200)
committerJean Guyomarc'h <jean@guyomarch.bzh>
Wed, 18 May 2016 20:29:59 +0000 (22:29 +0200)
commitcec8a49b51b13670e5adaeb44940f3bece106fb4
tree3b907690c0e92342a1c3b94381242aabeea57aca
parent08d286fdaf5add95bb2ce36fdcb9fd6904410253
edje: fix condition scope

Commit 3faf3f3fc converted an eo_do() into two functions.
However the eo_do() was implicitely enclosed within an if,
which after conversion led to the if coverting only one
of these functions instead of both.

Pointed out by GCC's -Wmisleading-indentation.
src/lib/edje/edje_calc.c