remove tabs from indent

This commit is contained in:
Andy Williams 2015-06-07 23:12:31 +01:00
parent 2604a3cdfd
commit 7cc03ec58d
2 changed files with 11 additions and 12 deletions

View File

@ -55,8 +55,7 @@ _edi_message_open(const char *message, Eina_Bool deletable)
popup = elm_popup_add(_welcome_window);
_edi_new_popup = popup;
elm_object_part_text_set(popup, "title,text",
message);
elm_object_part_text_set(popup, "title,text", message);
button = elm_button_add(popup);
elm_object_text_set(button, "Ok");