From: seoz Date: Mon, 25 Jul 2011 08:48:47 +0000 (+0000) Subject: elm: Refactoring. Removed trailing whitespaces. X-Git-Tag: REL_F_I9500_20120323_1~17^2~2201 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9fe48fd3a85b10c7cb85a4b7e7d53051aa78f4b3;p=framework%2Fuifw%2Felementary.git elm: Refactoring. Removed trailing whitespaces. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61673 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/bin/config.c b/src/bin/config.c index 9752f47..6f30475 100644 --- a/src/bin/config.c +++ b/src/bin/config.c @@ -1313,7 +1313,7 @@ _status_config_themes(Evas_Object *win, { Theme *t; int y; - + t = calloc(1, sizeof(Theme)); t->name = eina_stringshare_add(th); s = elm_theme_list_item_path_get(th, &(t->in_search_path)); diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index 47b1b90..60e2da3 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -12928,7 +12928,7 @@ extern "C" { * @param transit The transit object. * @param chain_transit The chain transit object. * - * This function remove the @p chain_transit transition from the @p transit. + * This function remove the @p chain_transit transition from the @p transit. * * @ingroup Transit */ diff --git a/src/lib/elc_naviframe.c b/src/lib/elc_naviframe.c index bcc3953..7306780 100644 --- a/src/lib/elc_naviframe.c +++ b/src/lib/elc_naviframe.c @@ -111,13 +111,13 @@ _del_hook(Evas_Object *obj) static void _theme_hook(Evas_Object *obj __UNUSED__) { - //FIXME: + //FIXME: } static void _disable_hook(Evas_Object *obj __UNUSED__) { - //FIXME: + //FIXME: } static void @@ -434,7 +434,7 @@ elm_naviframe_item_push(Evas_Object *obj, const char *title_label, Evas_Object * _popped_finished, it); elm_naviframe_item_style_set(it, item_style); - //title + //title it->title = edje_object_add(evas_object_evas_get(obj)); elm_widget_sub_object_add(obj, it->title); _elm_theme_object_set(obj, @@ -448,7 +448,7 @@ elm_naviframe_item_push(Evas_Object *obj, const char *title_label, Evas_Object * elm_naviframe_item_title_label_set(it, title_label); - //title buttons + //title buttons if ((!prev_btn) && (eina_list_count(wd->stack))) { prev_btn = _back_btn_new(obj); diff --git a/src/lib/elm_conform.c b/src/lib/elm_conform.c index 8d21a9e..6cfe23c 100644 --- a/src/lib/elm_conform.c +++ b/src/lib/elm_conform.c @@ -203,7 +203,7 @@ _conformant_part_sizing_eval(Evas_Object *obj, Conformant_Part_Type part_type) if (part_type & ELM_CONFORM_INDICATOR_PART) { if ((!_conformant_part_geometry_env_get("ILLUME_IND", - &sx, &sy, &sw, &sh)) && (xwin)) + &sx, &sy, &sw, &sh)) && (xwin)) { #ifdef HAVE_ELEMENTARY_X ecore_x_e_illume_indicator_geometry_get(zone, &sx, &sy, &sw, &sh); @@ -216,7 +216,7 @@ _conformant_part_sizing_eval(Evas_Object *obj, Conformant_Part_Type part_type) if (part_type & ELM_CONFORM_VIRTUAL_KEYPAD_PART) { if ((!_conformant_part_geometry_env_get("ILLUME_KBD", - &sx, &sy, &sw, &sh)) && (xwin)) + &sx, &sy, &sw, &sh)) && (xwin)) { #ifdef HAVE_ELEMENTARY_X ecore_x_e_illume_keyboard_geometry_get(zone, &sx, &sy, &sw, &sh); @@ -229,7 +229,7 @@ _conformant_part_sizing_eval(Evas_Object *obj, Conformant_Part_Type part_type) if (part_type & ELM_CONFORM_SOFTKEY_PART) { if ((!_conformant_part_geometry_env_get("ILLUME_STK", - &sx, &sy, &sw, &sh)) && (xwin)) + &sx, &sy, &sw, &sh)) && (xwin)) { #ifdef HAVE_ELEMENTARY_X ecore_x_e_illume_softkey_geometry_get(zone, &sx, &sy, &sw, &sh);