Get rid of trailing whitespaces (6 / 14)

Remove whitespaces
Differential Revision: https://phab.enlightenment.org/D12004
This commit is contained in:
Elyes HAOUAS 2020-06-20 09:45:50 +00:00 committed by Stefan Schmidt
parent 1d91d61514
commit 0a0bba64c7
4 changed files with 4 additions and 4 deletions

View File

@ -193,7 +193,7 @@
* POINTER_MODE_NOGRAB = 1,
* POINTER_MODE_NOGREP = 2,
* }
*
*
* set_pointer_mode(part_id, mode)
* set_repeat_events(part_id, rep)
* get_repeat_events(part_id)

View File

@ -2190,7 +2190,7 @@ _edje_file_free(Edje_File *edf)
}
free(edf->filter_dir->filters);
free(edf->filter_dir);
}
}
if (edf->mo_dir)
{

View File

@ -511,7 +511,7 @@ _canvas_layout_user_text_apply(Edje_User_Defined *eud, Eo *obj,
case EDJE_PART_TEXT_PROP_FONT:
efl_text_font_family_set(efl_part(obj,
eud->part),
eud->part),
prop->val.font.font);
efl_text_font_size_set(efl_part(obj,
eud->part),

View File

@ -5975,7 +5975,7 @@ _edje_text_class_find(Edje *ed, const char *text_class)
/* first look through the object scope */
tc = eina_hash_find(ed->text_classes, text_class);
/* next look through the global scope */
if (!tc)
tc = eina_hash_find(_edje_text_class_hash, text_class);