some logic/indent reformatting

SVN revision: 61568
This commit is contained in:
Mike Blumenkrantz 2011-07-21 20:54:54 +00:00
parent 4d56dc6716
commit 306e7f9a27
1 changed files with 35 additions and 37 deletions

View File

@ -1425,11 +1425,10 @@ _signal_anchor_clicked(void *data, Evas_Object *obj __UNUSED__, const char *emis
Widget_Data *wd = elm_widget_data_get(data); Widget_Data *wd = elm_widget_data_get(data);
Elm_Entry_Anchor_Info ei; Elm_Entry_Anchor_Info ei;
char *buf2, *p, *p2, *n; char *buf2, *p, *p2, *n;
const Eina_List *geoms;
if (!wd) return; if (!wd) return;
p = strrchr(emission, ','); p = strrchr(emission, ',');
if (p) if (!p) return;
{
const Eina_List *geoms;
n = p + 1; n = p + 1;
p2 = p -1; p2 = p -1;
@ -1470,7 +1469,6 @@ _signal_anchor_clicked(void *data, Evas_Object *obj __UNUSED__, const char *emis
} }
if (!wd->disabled) if (!wd->disabled)
evas_object_smart_callback_call(data, SIG_ANCHOR_CLICKED, &ei); evas_object_smart_callback_call(data, SIG_ANCHOR_CLICKED, &ei);
}
} }
static void static void