Elementary test_map.c: Fixed formatting.

Fixed indentation. Put a space between if/for and (. Removed unnecessary blank lines.


SVN revision: 58937
This commit is contained in:
Daniel Juyung Seo 2011-04-26 16:19:58 +00:00
parent cd7ac1511f
commit 2c0b0050e5
1 changed files with 30 additions and 31 deletions

View File

@ -603,7 +603,6 @@ test_map(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __
elm_map_group_class_zoom_displayed_set(itc_group_parking, 5);
//
rect = evas_object_rectangle_add(evas_object_evas_get(win));
evas_object_color_set(rect, 0, 0, 0, 0);
evas_object_repeat_events_set(rect,1);