elm: Refactoring before I commit another patch.

1. Fixed indentation.
2. Removed trailing whitespaces.
3. Removed unnecessary blank lines.


SVN revision: 62424
This commit is contained in:
Daniel Juyung Seo 2011-08-13 16:36:44 +00:00
parent 86d052180a
commit 479b4773e1
3 changed files with 8 additions and 9 deletions

View File

@ -13,7 +13,6 @@ icon_clicked(void *data , Evas_Object *obj __UNUSED__, void *event_info __UNUSED
rec = !rec; rec = !rec;
printf("clicked!rec =%d\n",rec); printf("clicked!rec =%d\n",rec);
elm_icon_animated_play_set(ic, rec); elm_icon_animated_play_set(ic, rec);
} }
void void