elm_test: removed all the unnecessary empty lines.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 14 Dec 2013 21:08:57 +0000 (06:08 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 14 Dec 2013 21:18:08 +0000 (06:18 +0900)
being pedantic.

80 files changed:
legacy/elementary/src/bin/elementary_codegen.c
legacy/elementary/src/bin/test.c
legacy/elementary/src/bin/test_3d.c
legacy/elementary/src/bin/test_access.c
legacy/elementary/src/bin/test_actionslider.c
legacy/elementary/src/bin/test_anim.c
legacy/elementary/src/bin/test_application_server.c
legacy/elementary/src/bin/test_bg.c
legacy/elementary/src/bin/test_bubble.c
legacy/elementary/src/bin/test_calendar.c
legacy/elementary/src/bin/test_check.c
legacy/elementary/src/bin/test_cnp.c
legacy/elementary/src/bin/test_colorselector.c
legacy/elementary/src/bin/test_config.c
legacy/elementary/src/bin/test_conform.c
legacy/elementary/src/bin/test_conform_indicator.c
legacy/elementary/src/bin/test_ctxpopup.c
legacy/elementary/src/bin/test_cursor.c
legacy/elementary/src/bin/test_datetime.c
legacy/elementary/src/bin/test_dayselector.c
legacy/elementary/src/bin/test_diskselector.c
legacy/elementary/src/bin/test_dnd.c
legacy/elementary/src/bin/test_eio.c
legacy/elementary/src/bin/test_entry.c
legacy/elementary/src/bin/test_entry_anchor.c
legacy/elementary/src/bin/test_entry_anchor2.c
legacy/elementary/src/bin/test_external.c
legacy/elementary/src/bin/test_factory.c
legacy/elementary/src/bin/test_fileselector.c
legacy/elementary/src/bin/test_fileselector_entry.c
legacy/elementary/src/bin/test_flip_page.c
legacy/elementary/src/bin/test_flipselector.c
legacy/elementary/src/bin/test_floating.c
legacy/elementary/src/bin/test_focus.c
legacy/elementary/src/bin/test_focus2.c
legacy/elementary/src/bin/test_focus3.c
legacy/elementary/src/bin/test_gengrid.c
legacy/elementary/src/bin/test_genlist.c
legacy/elementary/src/bin/test_gesture_layer.c
legacy/elementary/src/bin/test_gesture_layer2.c
legacy/elementary/src/bin/test_gesture_layer3.c
legacy/elementary/src/bin/test_glview.c
legacy/elementary/src/bin/test_hover.c
legacy/elementary/src/bin/test_icon.c
legacy/elementary/src/bin/test_image.c
legacy/elementary/src/bin/test_index.c
legacy/elementary/src/bin/test_label.c
legacy/elementary/src/bin/test_launcher.c
legacy/elementary/src/bin/test_main_menu.c
legacy/elementary/src/bin/test_map.c
legacy/elementary/src/bin/test_menu.c
legacy/elementary/src/bin/test_multi.c
legacy/elementary/src/bin/test_multibuttonentry.c
legacy/elementary/src/bin/test_naviframe.c
legacy/elementary/src/bin/test_naviframe_complex.c
legacy/elementary/src/bin/test_notify.c
legacy/elementary/src/bin/test_panel.c
legacy/elementary/src/bin/test_panes.c
legacy/elementary/src/bin/test_photo.c
legacy/elementary/src/bin/test_photocam.c
legacy/elementary/src/bin/test_popup.c
legacy/elementary/src/bin/test_prefs.c
legacy/elementary/src/bin/test_radio.c
legacy/elementary/src/bin/test_segment_control.c
legacy/elementary/src/bin/test_slider.c
legacy/elementary/src/bin/test_slideshow.c
legacy/elementary/src/bin/test_spinner.c
legacy/elementary/src/bin/test_store.c
legacy/elementary/src/bin/test_sys_notify.c
legacy/elementary/src/bin/test_systray.c
legacy/elementary/src/bin/test_table.c
legacy/elementary/src/bin/test_task_switcher.c
legacy/elementary/src/bin/test_tooltip.c
legacy/elementary/src/bin/test_transit.c
legacy/elementary/src/bin/test_video.c
legacy/elementary/src/bin/test_weather.c
legacy/elementary/src/bin/test_web.c
legacy/elementary/src/bin/test_win_inline.c
legacy/elementary/src/bin/test_win_plug.c
legacy/elementary/src/bin/test_win_socket.c

index 319c06e..e9cc685 100644 (file)
@@ -36,7 +36,6 @@ static char *prefix = NULL;
 static FILE *source_fd = NULL;
 static FILE *header_fd = NULL;
 
-
 #define H_HEADER                       \
   "#ifndef _%s\n"                      \
   "#define _%s\n\n"                    \
@@ -258,7 +257,6 @@ static FILE *header_fd = NULL;
 #define H_CODEGEN_PROGRAM_CALLBACK_DEL                              \
   "void %s_%s_callback_del(Evas_Object *o, Edje_Signal_Cb func);\n"
 
-
 const Ecore_Getopt optdesc =
 {
    "elm_codegen",
index 77a5a5c..e262ffd 100755 (executable)
@@ -717,7 +717,6 @@ add_tests:
    ADD_TEST(NULL, "Selectors", "DaySelector", test_dayselector);
    ADD_TEST(NULL, "Selectors", "Main menu", test_main_menu);
 
-
    //------------------------------//
    ADD_TEST(NULL, "Cursors", "Cursor", test_cursor);
    ADD_TEST(NULL, "Cursors", "Cursor 2", test_cursor2);
index b3b2e6e..92f78cf 100644 (file)
@@ -4,7 +4,6 @@
 #endif
 #include <Elementary.h>
 
-
 typedef struct _Point
 {
    Evas_Coord x, y, z, u, v;
index aecaa63..08fc608 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 #if 0
 static void
 _cleanup_cb(void *data EINA_UNUSED, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED)
@@ -125,7 +124,6 @@ static void _realized(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void
    if (!ei) return;
    Elm_Object_Item *item = ei;
 
-
    const Elm_Genlist_Item_Class *itc = elm_genlist_item_item_class_get(item);
 
    if (!strcmp(itc->item_style, "full"))
@@ -402,4 +400,3 @@ test_access3(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_i
    evas_object_show(win);
 }
 #endif
-
index ac9c765..62b99e6 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static void _pos_selected_cb(void *data EINA_UNUSED, Evas_Object *obj, void *event_info)
 {
    Elm_Actionslider_Pos ipos, mpos, epos;
@@ -178,7 +177,6 @@ test_actionslider(void *data EINA_UNUSED, Evas_Object * obj EINA_UNUSED, void *e
    evas_object_show(as);
    elm_box_pack_end(bx, as);
 
-
    as = elm_actionslider_add(win);
    evas_object_size_hint_weight_set(as, EVAS_HINT_EXPAND, 0);
    evas_object_size_hint_align_set(as, EVAS_HINT_FILL, 0);
index 4c5d8dc..820851c 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static const char *names[] =
 {
      "bub1", "sh1",
index 0ec13f6..f0c995e 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 typedef struct {
    Evas_Object *win, *label;
    Eina_Stringshare *view_name;
index 1b80b64..995ae12 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static void
 _cb_size_radio_changed(void *data, Evas_Object *obj, void *event EINA_UNUSED)
 {
@@ -269,4 +268,3 @@ test_bg_options(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *even
    evas_object_resize(win, 320, 320);
    evas_object_show(win);
 }
-
index c9b49d1..080a1e3 100644 (file)
@@ -4,7 +4,6 @@
 #endif
 #include <Elementary.h>
 
-
 static void
 _print_clicked(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED)
 {
@@ -101,7 +100,6 @@ _cleanup_cb(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void
    free(data);
 }
 
-
 void
 test_bubble(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED)
 {
index 1d0248d..b8e65e5 100644 (file)
@@ -319,7 +319,6 @@ test_calendar2(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event
    evas_object_show(win);
 }
 
-
 void
 test_calendar3(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED)
 {
@@ -361,4 +360,3 @@ test_calendar3(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event
 
    evas_object_show(win);
 }
-
index bb140f3..93eea10 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static Eina_Bool eb;
 
 static void
index d0b8fc3..512fc3a 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static Evas_Object *glb;
 
 static void
index 883021b..fe1157f 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static void
 _colorselector_changed_cb(void *data, Evas_Object *obj,
                           void *event_info EINA_UNUSED)
index f73b285..fe8159f 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 #ifdef MAX_PROFILES
 # undef MAX_PROFILES
 #endif
index 6335ade..f850b1c 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 void
 test_conformant(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event EINA_UNUSED)
 {
@@ -194,4 +193,3 @@ test_conformant2(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *eve
    evas_object_resize(win, 240, 480);
    evas_object_show(win);
 }
-
index d1fa0c1..8cda21b 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static int vis = 0;
 static int rotate_with_resize = 0;
 static Evas_Object *win_port = NULL;
@@ -197,7 +196,6 @@ _mouse_move_cb(void *data, Evas *evas EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
    evas_object_move(sub_obj, ev->cur.canvas.x, ev->cur.canvas.y);
 }
 
-
 static void
 _fill_portrait(Evas_Object *win)
 {
@@ -383,4 +381,3 @@ test_conformant_indicator(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
    evas_object_resize(win, 200, 200);
    evas_object_show(win);
 }
-
index 03e394b..ceba028 100644 (file)
@@ -203,7 +203,6 @@ _list_item_cb4(void *data EINA_UNUSED, Evas_Object *obj, void *event_info EINA_U
    _print_current_dir(ctxpopup);
 }
 
-
 static void
 _list_item_cb5(void *data EINA_UNUSED, Evas_Object *obj, void *event_info EINA_UNUSED)
 {
index 0e60a68..7b9e0fb 100644 (file)
@@ -4,7 +4,6 @@
 #endif
 #include <Elementary.h>
 
-
 // XXX: show all type of cursors in the elementary_test. this needs to be the first test
 
 typedef struct _Testitem
@@ -446,4 +445,3 @@ test_cursor4(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_i
    evas_object_resize(win, 320, 480);
    evas_object_show(win);
 }
-
index cc36840..1a0e46c 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 /* A simple test, just displaying datetime in its default format */
 
 static void
index 12416e3..16259e3 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static void _changed_cb(void* data EINA_UNUSED, Evas_Object* obj, void* event_info)
 {
    char buf[256];
@@ -124,4 +123,3 @@ test_dayselector(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *eve
    evas_object_resize(win, 350, 150);
    evas_object_show(win);
 }
-
index 5ef494c..b7936b4 100644 (file)
@@ -355,4 +355,3 @@ test_diskselector(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *ev
    evas_object_resize(win, 320, 480);
    evas_object_show(win);
 }
-
index 04cd2a1..cec97ba 100644 (file)
@@ -1101,4 +1101,3 @@ test_dnd_multi_features(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, vo
    evas_object_resize(win, 680, 800);
    evas_object_show(win);
 }
-
index 3d1a2f4..55f85b5 100644 (file)
@@ -18,7 +18,6 @@
 
 #include <Elementary.h>
 
-
 static Elm_Genlist_Item_Class it_eio;
 
 #ifdef _WIN32
@@ -244,4 +243,3 @@ test_eio(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_info
    evas_object_resize(win, 300, 500);
    evas_object_show(win);
 }
-
index 1478ba5..ee462dc 100644 (file)
@@ -755,7 +755,6 @@ test_entry_style_user(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void
    elm_win_resize_object_add(win, bx);
    evas_object_show(bx);
 
-
    en = elm_entry_add(win);
    elm_entry_line_wrap_set(en, ELM_WRAP_MIXED);
 
@@ -2340,4 +2339,3 @@ test_entry_emoticon(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
    evas_object_resize(win, 400, 500);
    evas_object_show(win);
 }
-
index 7d0aee5..1f5d5e7 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static void
 _print_clicked(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED)
 {
index 465f822..a96bdf9 100644 (file)
@@ -107,4 +107,3 @@ test_entry_anchor2(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *e
    elm_object_focus_set(win, EINA_TRUE);
    evas_object_show(win);
 }
-
index 4bbfeea..768185a 100644 (file)
@@ -4,8 +4,6 @@
 #endif
 #include <Elementary.h>
 
-
-
 void
 test_external_button(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED)
 {
@@ -182,5 +180,3 @@ test_external_video(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *
    evas_object_resize(win, 320, 400);
    evas_object_show(win);
 }
-
-
index be7b91d..daae81b 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 // 16 ^ 4 = 65k
 #define BLOK 16
 // homogenous layout
index 1e3e8a9..8d00d5f 100644 (file)
@@ -2,7 +2,6 @@
 # include "elementary_config.h"
 #endif
 
-
 #include <Elementary.h>
 #ifndef ENABLE_NLS
 # ifndef setlocale
@@ -477,4 +476,3 @@ test_fileselector(void *data       EINA_UNUSED,
    evas_object_resize(win, 320, 700);
    evas_object_show(win);
 }
-
index 94ee87d..60aa144 100644 (file)
@@ -257,4 +257,3 @@ test_fileselector_entry(void *data       EINA_UNUSED,
    evas_object_resize(win, 400, 500);
    evas_object_show(win);
 }
-
index 945bcd8..872bb8d 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 typedef struct _State State;
 typedef struct _Slice Slice;
 
@@ -868,7 +867,6 @@ test_flip_page(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event
 
    evas_object_data_set(im, "im2", im2);
 
-
    rc = evas_object_rectangle_add(evas_object_evas_get(win));
    evas_object_color_set(rc, 0, 0, 0, 0);
    evas_object_move(rc, 40, 340);
index cd793e9..71cf48d 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 void
 _sel_cb(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_info)
 {
index 86569b8..b74cd4a 100644 (file)
@@ -10,7 +10,6 @@ typedef struct _Testitem
    int onoff;
 } Testitem;
 
-
 static Elm_Genlist_Item_Class itc1;
 static char *glf_text_get(void *data, Evas_Object *obj EINA_UNUSED, const char *part EINA_UNUSED)
 {
index 6e925c5..ba78e03 100644 (file)
@@ -4,7 +4,6 @@
 #endif
 #include <Elementary.h>
 
-
 static Eina_Bool
 _event(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, Evas_Object *src EINA_UNUSED, Evas_Callback_Type type, void *event_info)
 {
index 202c591..99ae855 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static void
 _focus_in(void *data EINA_UNUSED, Evas *e EINA_UNUSED, void *event_info)
 {
@@ -44,7 +43,6 @@ _focus_layout_part(void *data, Evas_Object *o EINA_UNUSED, void *event_info EINA
    evas_object_focus_set(newfocus, EINA_TRUE);;
 }
 
-
 void
 test_focus2(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED)
 {
index 5556746..135af8f 100644 (file)
@@ -4,7 +4,6 @@
 #endif
 #include <Elementary.h>
 
-
 static Evas_Object *foc = NULL;
 
 static void
index 80f1937..9bc7c7c 100644 (file)
@@ -5,7 +5,6 @@
 #endif
 #include <Elementary.h>
 
-
 #define WEIGHT evas_object_size_hint_weight_set
 #define ALIGN_ evas_object_size_hint_align_set
 #define EXPAND(X) WEIGHT((X), EVAS_HINT_EXPAND, EVAS_HINT_EXPAND)
index b6db28a..0c09641 100644 (file)
@@ -5,7 +5,6 @@
 #endif
 #include <Elementary.h>
 
-
 #define WEIGHT evas_object_size_hint_weight_set
 #define ALIGN_ evas_object_size_hint_align_set
 #define EXPAND(X) WEIGHT((X), EVAS_HINT_EXPAND, EVAS_HINT_EXPAND)
index c42e590..53a9053 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 /* We zoom out to this value so we'll be able to use map and have a nice
  * resolution when zooming in. */
 #define BASE_ZOOM 0.5
@@ -36,7 +35,6 @@ struct _Photo_Object {
 };
 typedef struct _Photo_Object Photo_Object;
 
-
 /* This function applies the information from the Photo_Object to the actual
  * evas objects. Zoom/rotate factors and etc. */
 static void
@@ -284,7 +282,6 @@ _win_del_req(void *data, Evas_Object *obj EINA_UNUSED,
    free(data);
 }
 
-
 Photo_Object *
 photo_object_add(Evas_Object *parent, Evas_Object *ic, const char *icon, Evas_Coord x,
       Evas_Coord y, Evas_Coord w, Evas_Coord h, int angle)
@@ -401,5 +398,3 @@ test_gesture_layer(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
          photo_array);
    evas_object_show(win);
 }
-
-
index b3b0d56..4ee5523 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 #define TAP_NAME "tap"
 #define DOUBLE_TAP_NAME "double_tap"
 #define TRIPLE_TAP_NAME "triple_tap"
@@ -117,7 +116,6 @@ _icon_color_set(icon_properties *i, int r, int g, int b, int a)
    evas_object_color_set(i->icon, i->r,  i->g,  i->b,  i->a);
 }
 
-
 static Eina_Bool
 _icon_color_set_cb(void *data)
 {
@@ -149,7 +147,6 @@ _icon_color_set_cb(void *data)
    return ECORE_CALLBACK_RENEW;
 }
 
-
 void
 _color_and_icon_set(infra_data *infra, char *name, int n, int max,
       int r, int g, int b, int a)
@@ -339,7 +336,6 @@ triple_click_abort(void *data , void *event_info)
    return EVAS_EVENT_FLAG_ON_HOLD;
 }
 
-
 static Evas_Event_Flags
 momentum_start(void *data , void *event_info)
 {
@@ -610,7 +606,6 @@ test_gesture_layer2(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
    bx = create_gesture_box(win, infra->icons, 8, ROTATE_NAME, "Rotate");
    elm_table_pack(tb, bx, 1, 3, 1, 1);
 
-
    /* Legend of gestures - states */
    lb = elm_label_add(win);
    elm_object_text_set(lb, "<b>Gesture States</b>");
@@ -693,7 +688,6 @@ test_gesture_layer2(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
    evas_object_size_hint_align_set(lb, EVAS_HINT_FILL, EVAS_HINT_FILL);
    elm_table_pack(tb, lb, 1, 11, 3, 1);
 
-
    elm_table_padding_set(tb, TB_PADDING_X, TB_PADDING_Y);
    evas_object_show(lb);
    /* END   - Building icons table */
index 57ef930..8f08239 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 /* We zoom out to this value so we'll be able to use map and have a nice
  * resolution when zooming in. */
 #define BASE_ZOOM 0.8
@@ -53,7 +52,6 @@ struct _Photo_Object {
 };
 typedef struct _Photo_Object Photo_Object;
 
-
 /* This function applies the information from the Photo_Object to the actual
  * evas objects. Zoom/rotate factors and etc. */
 static void
@@ -468,7 +466,6 @@ _win_del_req(void *data, Evas_Object *obj EINA_UNUSED,
    free(data);
 }
 
-
 static Photo_Object *
 photo_object_add(Evas_Object *parent, Evas_Object *ic, const char *icon,
       Evas_Coord x, Evas_Coord y, Evas_Coord w, Evas_Coord h, int angle)
index 8cedd9d..986ec43 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 #include <Elementary.h>
 #ifndef M_PI
 #define M_PI 3.14159265
@@ -174,7 +173,6 @@ make_gear(GLData *gld, GLfloat inner_radius, GLfloat outer_radius, GLfloat width
    gl->glBufferData(GL_ARRAY_BUFFER, gear->count * 6 * 4,
                     gear->vertices, GL_STATIC_DRAW);
 
-
    return gear;
 }
 
@@ -404,7 +402,6 @@ gldata_init(GLData *gld)
    gld->light[2] = -5.0;
 }
 
-
 //-------------------------//
 
 static void
index 40b2c47..35141d6 100644 (file)
@@ -1,7 +1,6 @@
 #include "elementary_config.h"
 #include <Elementary.h>
 
-
 static void
 _dismissed_cb(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
               void *event_info EINA_UNUSED)
@@ -249,4 +248,3 @@ test_hover3(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
    evas_object_resize(win, 440, 440);
    evas_object_show(win);
 }
-
index 3ed99b3..8c25f6b 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static void
 aspect_fixed_cb(void *data, Evas_Object *obj, void *event_info EINA_UNUSED)
 {
index 7d17c8f..68a7075 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static const struct {
    Elm_Image_Orient orient;
    const char *name;
index df20d0e..6c13245 100644 (file)
@@ -490,4 +490,3 @@ test_index_horizontal(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
    evas_object_resize(win, 480, 320);
    evas_object_show(win);
 }
-
index 4933b96..7e6a73d 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 enum _slide_style
 {
    SLIDE_SHORT,
@@ -69,7 +68,6 @@ test_label(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_inf
    elm_box_pack_end(bx, lb);
    evas_object_show(lb);
 
-
    evas_object_resize(win, 320, 300);
 
    evas_object_show(bx);
index 9d87172..d0ef797 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static void
 mode_cb(void *data, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED)
 {
index da93eca..507a138 100644 (file)
@@ -75,4 +75,3 @@ test_main_menu(void *data EINA_UNUSED,
    evas_object_resize(win, 250, 350);
    evas_object_show(win);
 }
-
index dce7037..3074cba 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 #define SOURCE_MAX 10
 #define MARKER_MAX 1000
 #define NAME_ENTRY_TEXT "Enter freeform address"
index 5c8d4e5..667f30c 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static void
 _menu_dismissed_cb(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
                    void *event_info EINA_UNUSED)
@@ -311,4 +310,3 @@ test_menu2(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_inf
    evas_object_resize(win, 320, 320);
    evas_object_show(win);
 }
-
index 4a51b04..5608cc8 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 #define IND_NUM 20
 
 static Evas_Object *indicator[IND_NUM];
@@ -131,4 +130,3 @@ test_multi(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_inf
 
    evas_object_show(win);
 }
-
index d55f96a..5bae34d 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static void
 _item_selected_cb(void *data EINA_UNUSED,
                   Evas_Object *obj EINA_UNUSED,
index 9571d81..32e4f43 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 #define BUTTON_TEXT_SET(BT, TEXT) \
    elm_object_text_set((BT), (TEXT)); \
    elm_object_tooltip_text_set((BT), (TEXT)); \
@@ -260,7 +259,6 @@ test_naviframe2(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *even
    elm_icon_standard_set(ico, "refresh");
    elm_layout_content_set(btn, "icon", ico);
 
-
    content = _content_new(nf, img1);
    it = elm_naviframe_item_push(nf, NULL, NULL, btn, content, NULL);
    evas_object_data_set(nf, "page1", it);
index f682999..cf6ba99 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 #define WEIGHT evas_object_size_hint_weight_set
 #define ALIGN_ evas_object_size_hint_align_set
 #define EXPAND(X) WEIGHT((X), EVAS_HINT_EXPAND, EVAS_HINT_EXPAND)
index 1f430a8..e7c63ba 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static void
 _bt(void *data, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED)
 {
@@ -433,4 +432,3 @@ test_notify(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_in
    evas_object_resize(win, 400, 400);
    evas_object_show(win);
 }
-
index dd984ae..7861caf 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 #define LIST_ITEM_MAX 20
 
 static Elm_Genlist_Item_Class itc;
@@ -266,5 +265,3 @@ test_panel(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_inf
    evas_object_resize(win, 320, 400);
    evas_object_show(win);
 }
-
-
index a2fa155..d2a5169 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static void
 _press(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED)
 {
@@ -108,4 +107,3 @@ test_panes(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_inf
    evas_object_resize(win, 320, 400);
    evas_object_show(win);
 }
-
index 6d65d70..7a6e0ba 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static void
 _clicked_cb(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
             void *event_info EINA_UNUSED)
@@ -99,5 +98,3 @@ test_photo(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_inf
    evas_object_resize(win, 300, 300);
    evas_object_show(win);
 }
-
-/* vim:set ts=8 sw=3 sts=3 expandtab cino=>5n-2f0^-2{2(0W1st0 :*/
index d687e61..04e9308 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static Evas_Object *rect;
 
 static void
index 6e6d5b4..3a43a53 100644 (file)
@@ -647,4 +647,3 @@ test_popup(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
    evas_object_resize(win, 480, 400);
    evas_object_show(win);
 }
-
index 794f40c..591aa09 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 #define WIDTH (500)
 #define HEIGHT (1000)
 #define MSG_ID_VEL (1)
index b7ea605..22ec819 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static void
 _rd_changed_cb(void *data EINA_UNUSED, Evas_Object *obj,
                void *event_info EINA_UNUSED)
index 80e1a0e..9f5d674 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static void
 changed_cb(void *data EINA_UNUSED, Evas_Object *o EINA_UNUSED, void *event)
 {
index 5b74a0e..7bbb104 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 void
 _delay_change_cb(void *data EINA_UNUSED, Evas_Object *obj, void *event_info EINA_UNUSED)
 {
index 6c88ea3..8da3aff 100644 (file)
@@ -1,7 +1,6 @@
 #include "elementary_config.h"
 #include <Elementary.h>
 
-
 static Evas_Object *slideshow, *bt_start, *bt_stop;
 static Elm_Slideshow_Item_Class itc;
 static const char *img1 = PACKAGE_DATA_DIR"/images/logo.png";
@@ -39,7 +38,6 @@ _mouse_in(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *e
    evas_object_show(data);
 }
 
-
 static void
 _mouse_out(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED)
 {
@@ -214,4 +212,3 @@ test_slideshow(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event
    evas_object_resize(win, 500, 400);
    evas_object_show(win);
 }
-
index 35baaa8..e3c2c4d 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static void
 _spinner_drag_start_cb(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
                        void *event EINA_UNUSED)
index 1a7563f..95beb8b 100644 (file)
@@ -5,13 +5,11 @@
           http://www.enlightenment.org/~raster/store.tar.gz
  */
 
-
 #ifdef HAVE_CONFIG_H
 # include "elementary_config.h"
 #endif
 #include <Elementary.h>
 
-
 typedef struct _My_Item My_Item;
 
 struct _My_Item
@@ -80,7 +78,6 @@ static const Elm_Store_Item_Mapping it1_mapping[] =
   ELM_STORE_ITEM_MAPPING_END
 };
 
-
 ////// **** WARNING ***********************************************************
 ////   * This function runs inside a thread outside efl mainloop. Be careful! *
 //     ************************************************************************
index 47609ca..0a6dacc 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 #define WIDTH  320
 #define HEIGHT 160
 
index cb0608c..6c55256 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 #define WIDTH  320
 #define HEIGHT 160
 
index 7e480f8..fb05e5c 100644 (file)
@@ -388,4 +388,3 @@ test_table7(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_in
 
    evas_object_show(win);
 }
-
index f8d3abf..6f110fb 100644 (file)
@@ -4,7 +4,6 @@
 #include <Elementary.h>
 #include <Eina.h>
 
-
 #define APPS_COL 0
 #define VIEWS_COL 1
 #define PROPS_VIEW_COL 2
index 70de973..3a1d590 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 typedef struct _Testitem
 {
    Elm_Object_Item  *item;
@@ -692,4 +691,3 @@ test_tooltip2(void *data       EINA_UNUSED,
    evas_object_resize(win, 320, 480);
    evas_object_show(win);
 }
-
index e691473..fbafe97 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 typedef struct _Custom_Effect Custom_Effect;
 
 struct _Custom_Effect
index 3fe1e62..0dfca3e 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static void
 my_bt_open(void *data, Evas_Object *obj EINA_UNUSED, void *event_info)
 {
index 786b452..332770b 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 #ifdef HAVE_ELEMENTARY_EWEATHER
 # include "EWeather_Smart.h"
 #endif
@@ -154,9 +153,6 @@ test_weather(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_i
    evas_object_show(bt);
    elm_box_pack_end(bx0, bt);
    evas_object_smart_callback_add(bt, "clicked", _apply_cb, NULL);
-   //
-
-
 #else
     Evas_Object *lbl;
 
index 16478b4..5593b4e 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 typedef struct
 {
    Evas_Object *web;
index caf8a9d..1802d67 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static void
 fill(Evas_Object *win, Eina_Bool do_bg)
 {
index f2ccce5..1fbbde2 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 #define MAX_TRY 40
 
 static int try_num = 0;
index 378f5e8..87e86e8 100644 (file)
@@ -3,7 +3,6 @@
 #endif
 #include <Elementary.h>
 
-
 static void
 _win_del(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED)
 {