stefan pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=b9800346651ac93df9fd7100c672d7c2ec2de87c

commit b9800346651ac93df9fd7100c672d7c2ec2de87c
Author: Elyes HAOUAS <[email protected]>
Date:   Wed May 13 19:13:44 2020 +0000

    tree-wide: get rid of trailing whitespace (part 2)
    
    Remove trailing whitespaces
    
    Reviewed-by: Stefan Schmidt <[email protected]>
    Differential Revision: https://phab.enlightenment.org/D11821
---
 src/bin/e_int_config_comp.c       | 12 ++++++------
 src/bin/e_int_config_comp_match.c |  2 +-
 src/bin/e_int_shelf_config.c      |  2 +-
 src/bin/e_ipc.c                   |  2 +-
 src/bin/e_main.c                  |  2 +-
 src/bin/e_menu.c                  |  2 +-
 src/bin/e_pixmap.c                |  4 ++--
 src/bin/e_pointer.h               |  4 ++--
 8 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/src/bin/e_int_config_comp.c b/src/bin/e_int_config_comp.c
index b715078c8..afa9bc508 100644
--- a/src/bin/e_int_config_comp.c
+++ b/src/bin/e_int_config_comp.c
@@ -80,7 +80,7 @@ e_int_config_comp(Evas_Object *parent EINA_UNUSED, const char 
*params EINA_UNUSE
    v->basic.create_widgets = _basic_create_widgets;
    v->advanced.apply_cfdata = _advanced_apply_data;
    v->advanced.create_widgets = _advanced_create_widgets;
-   
+
    cfd = e_config_dialog_new(NULL, _("Composite Settings"),
                              "E", "appearance/comp", "preferences-composite", 
0, v, NULL);
    return cfd;
@@ -286,7 +286,7 @@ _advanced_create_widgets(E_Config_Dialog *cfd, Evas *evas, 
E_Config_Dialog_Data
              cfdata->swap_triple_radio = ob;
              e_widget_disabled_set(ob, (cfdata->engine == E_COMP_ENGINE_SW));
 
-// lets not offer this anymore             
+// lets not offer this anymore
 //             ob = e_widget_check_add(evas, _("Indirect OpenGL 
(EXPERIMENTAL)"), &(cfdata->indirect));
 //             e_widget_framelist_object_append(of, ob);
           }
@@ -321,7 +321,7 @@ _advanced_create_widgets(E_Config_Dialog *cfd, Evas *evas, 
E_Config_Dialog_Data
    e_widget_toolbook_page_append(otb, NULL, _("Misc"), ol, 0, 0, 0, 0, 0.5, 
0.0);
 
    ///////////////////////////////////////////
-/*   
+/*
    ol = e_widget_list_add(evas, 0, 0);
    ol2 = e_widget_list_add(evas, 1, 1);
    of = e_widget_framelist_add(evas, _("Min hidden"), 0);
@@ -470,7 +470,7 @@ static void
 _basic_comp_style_toggle(void *data, Evas_Object *o)
 {
    E_Config_Dialog_Data *cfdata = data;
-   
+
    e_widget_disabled_set(cfdata->styles_il, e_widget_check_checked_get(o));
    cfdata->match.toggle_changed = 1;
 }
@@ -496,7 +496,7 @@ _basic_create_widgets(E_Config_Dialog *cfd,
 
    ob = e_widget_check_add(evas, _("Don't fade backlight"), &(cfdata->nofade));
    e_widget_list_object_append(ol, ob, 1, 0, 0.5);
-   
+
    of = e_widget_frametable_add(evas, _("Select default style"), 0);
    e_widget_frametable_content_align_set(of, 0.5, 0.5);
    cfdata->styles_il = oi = e_comp_style_selector_create(evas, 
&(cfdata->shadow_style));
@@ -541,7 +541,7 @@ _basic_create_widgets(E_Config_Dialog *cfd,
    evas_object_smart_callback_add(ob, "changed", _comp_engine_toggle, cfdata);
 
    e_widget_list_object_append(ol, of, 1, 0, 0.5);
-   
+
    e_widget_toolbook_page_append(otb, NULL, _("Rendering"), ol, 0, 0, 0, 0, 
0.5, 0.0);
 
    e_widget_toolbook_page_show(otb, 0);
diff --git a/src/bin/e_int_config_comp_match.c 
b/src/bin/e_int_config_comp_match.c
index 45553a461..c7242ce57 100644
--- a/src/bin/e_int_config_comp_match.c
+++ b/src/bin/e_int_config_comp_match.c
@@ -941,7 +941,7 @@ e_int_config_comp_match(Evas_Object *parent, const char 
*params EINA_UNUSED)
    v->free_cfdata = _free_data;
    v->basic.apply_cfdata = _basic_apply_data;
    v->basic.create_widgets = _basic_create_widgets;
-   
+
    cfd = e_config_dialog_new(parent, _("Composite Match Settings"),
                              "E", "_comp_matches", "preferences-composite", 0, 
v, NULL);
    e_dialog_resizable_set(cfd->dia, 1);
diff --git a/src/bin/e_int_shelf_config.c b/src/bin/e_int_shelf_config.c
index 256724044..3d872d716 100644
--- a/src/bin/e_int_shelf_config.c
+++ b/src/bin/e_int_shelf_config.c
@@ -466,7 +466,7 @@ _cb_autohide_change(void *data, Evas_Object *obj 
EINA_UNUSED)
    if (!(cfdata = data)) return;
    EINA_LIST_FOREACH(cfdata->autohide_list, l, ow)
      e_widget_disabled_set(ow, !cfdata->autohide);
-   
+
    e_widget_disabled_set(cfdata->o_overlap, ((!cfdata->autohide) || 
(!e_config->border_fix_on_shelf_toggle)));
 }
 
diff --git a/src/bin/e_ipc.c b/src/bin/e_ipc.c
index 36f645849..2e131baa6 100644
--- a/src/bin/e_ipc.c
+++ b/src/bin/e_ipc.c
@@ -40,7 +40,7 @@ e_ipc_init(void)
         else
           ERR("XDG_RUNTIME_DIR of '%s' cannot be accessed", tmp);
      }
-   
+
    tmp = getenv("SD_USER_SOCKETS_DIR");
    if (tmp)
      {
diff --git a/src/bin/e_main.c b/src/bin/e_main.c
index 82e9af640..e9a594468 100644
--- a/src/bin/e_main.c
+++ b/src/bin/e_main.c
@@ -250,7 +250,7 @@ main(int argc, char **argv)
 #  endif
 # endif
 #endif
-   
+
 #ifdef TS_DO
    t0 = t1 = t2 = ecore_time_unix_get();
 #endif
diff --git a/src/bin/e_menu.c b/src/bin/e_menu.c
index 3b021251f..c205ff8a5 100644
--- a/src/bin/e_menu.c
+++ b/src/bin/e_menu.c
@@ -1277,7 +1277,7 @@ static void
 _e_menu_dangling_cb(void *data)
 {
    E_Menu *m = data;
-   
+
    WRN("DANGLING SUBMENU: REF(%d)||MENU(%p)", e_object_ref_get(data), data);
    m->dangling_job = NULL;
 }
diff --git a/src/bin/e_pixmap.c b/src/bin/e_pixmap.c
index 207f5c26e..1e546d6e1 100644
--- a/src/bin/e_pixmap.c
+++ b/src/bin/e_pixmap.c
@@ -75,7 +75,7 @@ _e_pixmap_cb_deferred_buffer_destroy(struct wl_listener 
*listener, void *data EI
    buffer->discarding_pixmap = NULL;
 }
 
-static void 
+static void
 _e_pixmap_cb_buffer_destroy(struct wl_listener *listener, void *data 
EINA_UNUSED)
 {
    E_Pixmap *cp;
@@ -119,7 +119,7 @@ _e_pixmap_clear(E_Pixmap *cp, Eina_Bool cache)
         e_pixmap_image_clear(cp, cache);
 #endif
         break;
-      default: 
+      default:
         break;
      }
 }
diff --git a/src/bin/e_pointer.h b/src/bin/e_pointer.h
index de3c666c2..1ce0dc8c6 100644
--- a/src/bin/e_pointer.h
+++ b/src/bin/e_pointer.h
@@ -2,7 +2,7 @@
 
 typedef struct _E_Pointer E_Pointer;
 
-typedef enum 
+typedef enum
 {
    /* These are compatible with netwm */
    E_POINTER_RESIZE_TL = 0,
@@ -47,7 +47,7 @@ struct _E_Pointer
    const char *type;
    const char *deferred_type;
 
-   struct 
+   struct
      {
         int x, y;
         Eina_Bool update E_BITFIELD;

-- 


Reply via email to