elm: removed unnecessary multi blank lines.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 3 Apr 2013 01:43:33 +0000 (10:43 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Wed, 3 Apr 2013 01:45:15 +0000 (10:45 +0900)
src/lib/elc_popup.c
src/lib/elm_button.c
src/lib/elm_progressbar.c
src/lib/elm_thumb.c
src/lib/elm_video.c
src/lib/elm_web2.c
src/lib/elm_widget.c
src/lib/elm_win.c

index dd2a918..045b9ac 100644 (file)
@@ -1911,6 +1911,3 @@ static const Eo_Class_Description class_desc = {
      NULL
 };
 EO_DEFINE_CLASS(elm_obj_popup_class_get, &class_desc, ELM_OBJ_LAYOUT_CLASS, NULL);
-
-
-
index 4bcb264..ec30cba 100644 (file)
@@ -578,4 +578,3 @@ static const Eo_Class_Description class_desc = {
 
 EO_DEFINE_CLASS(elm_obj_button_class_get, &class_desc, ELM_OBJ_LAYOUT_CLASS, EVAS_SMART_CLICKABLE_INTERFACE, NULL);
 
-
index c69a86e..411301a 100644 (file)
@@ -317,7 +317,6 @@ _constructor(Eo *obj, void *_pd EINA_UNUSED, va_list *list EINA_UNUSED)
      ERR("could not add %p as sub object of %p", obj, parent);
 }
 
-
 EAPI void
 elm_progressbar_pulse_set(Evas_Object *obj,
                           Eina_Bool pulse)
@@ -530,7 +529,6 @@ elm_progressbar_unit_format_function_set(Evas_Object *obj, char *(func)(double),
    eo_do(obj, elm_obj_progressbar_unit_format_function_set(func, free_func));
 }
 
-
 EAPI void
 _unit_format_function_set(Eo *obj, void *_pd, va_list *list)
 {
index 86c2541..c869e12 100644 (file)
@@ -778,7 +778,6 @@ _animate_set(Eo *obj EINA_UNUSED, void *_pd, va_list *list)
 
    sd->anim_setting = setting;
 
-
 #ifdef HAVE_ELEMENTARY_ETHUMB
    if ((sd->is_video) && (sd->thumb.format == ETHUMB_THUMB_EET))
      {
index cc44f90..ab6c40b 100644 (file)
@@ -521,7 +521,6 @@ _audio_mute_get(Eo *obj EINA_UNUSED, void *_pd, va_list *list)
 #endif
 }
 
-
 EAPI void
 elm_video_audio_mute_set(Evas_Object *obj,
                          Eina_Bool mute)
index 864f49d..8c207cc 100644 (file)
@@ -435,7 +435,6 @@ elm_web_bg_color_set(Evas_Object *obj,
    eo_do(obj, elm_obj_web_bg_color_set(r, g, b, a));
 }
 
-
 static void
 _bg_color_set(Eo *obj, void *_pd EINA_UNUSED, va_list *list)
 {
@@ -1204,7 +1203,6 @@ elm_web_window_features_region_get(const Elm_Web_Window_Features *wf,
 }
 #endif
 
-
 #if defined(HAVE_ELEMENTARY_WEB) && defined(USE_WEBKIT2)
 static void
 _class_constructor(Eo_Class *klass)
index 6d5a5dd..7a62a8a 100644 (file)
@@ -1256,7 +1256,6 @@ elm_widget_can_focus_set(Evas_Object *obj,
    eo_do(obj, elm_wdg_can_focus_set(can_focus));
 }
 
-
 static void
 _elm_widget_can_focus_set(Eo *obj, void *_pd, va_list *list)
 {
@@ -2428,7 +2427,6 @@ _elm_widget_focus_direction_get(Eo *obj, void *_pd, va_list *list)
    Elm_Widget_Smart_Data *sd = _pd;
    double c_weight;
 
-
    /* -1 means the best was already decided. Don't need any more searching. */
    if (!direction || !weight || !base || (obj == base))
      return;
@@ -2448,7 +2446,6 @@ _elm_widget_focus_direction_get(Eo *obj, void *_pd, va_list *list)
         return;
      }
 
-
    if (!elm_widget_can_focus_get(obj) || elm_widget_focus_get(obj))
      return;
 
@@ -2521,7 +2518,6 @@ _elm_widget_focus_list_direction_get(Eo *obj EINA_UNUSED, void *_pd EINA_UNUSED,
    Evas_Object **direction = va_arg(*list, Evas_Object **);
    double *weight  = va_arg(*list, double *);
 
-
    Eina_Bool *ret = va_arg(*list, Eina_Bool *);
    *ret = EINA_FALSE;
 
@@ -2941,7 +2937,6 @@ elm_widget_parent_highlight_set(Evas_Object *obj,
    eo_do(obj, elm_wdg_parent_highlight_set(highlighted));
 }
 
-
 static void
 _elm_widget_parent_highlight_set(Eo *obj, void *_pd, va_list *list)
 {
@@ -5494,7 +5489,6 @@ _elm_widget_item_signal_emit_hook_set(Elm_Widget_Item *item,
    item->signal_emit_func = func;
 }
 
-
 static void
 _elm_widget_item_signal_cb(void *data, Evas_Object *obj __UNUSED__, const char *emission,
                            const char *source)
index 486c56f..e7fe5d7 100644 (file)
@@ -578,7 +578,6 @@ _elm_win_obj_callback_changed_size_hints(void *data, Evas *e __UNUSED__, Evas_Ob
 }
 /* end of elm-win specific associate */
 
-
 static void
 _elm_win_move(Ecore_Evas *ee)
 {
@@ -4214,7 +4213,6 @@ elm_win_render(Evas_Object *obj)
    ecore_evas_manual_render(sd->ee);
 }
 
-
 static int
 _win_rotation_degree_check(int rotation)
 {