stefan pushed a commit to branch master.

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

commit e137478dc5b01f77c281cc2efbc0f96f32824307
Author: Elyes HAOUAS <ehao...@noos.fr>
Date:   Sat Jun 20 09:47:56 2020 +0000

    Get rid of trailing whitespaces (14 / 14)
    
    Remove  trailing whitespaces
    Differential Revision: https://phab.enlightenment.org/D12006
---
 src/lib/efl/interfaces/efl_file.c     | 4 ++--
 src/lib/efl/interfaces/efl_gfx_path.c | 2 +-
 src/lib/efreet/Efreet.h               | 4 ++--
 src/lib/efreet/Efreet_Trash.h         | 2 +-
 src/lib/efreet/efreet_uri.h           | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/lib/efl/interfaces/efl_file.c 
b/src/lib/efl/interfaces/efl_file.c
index a35710f0f3..206a4eb789 100644
--- a/src/lib/efl/interfaces/efl_file.c
+++ b/src/lib/efl/interfaces/efl_file.c
@@ -69,7 +69,7 @@ _efl_file_mmap_set(Eo *obj, Efl_File_Data *pd, const 
Eina_File *f)
    if (pd->file) eina_file_close(pd->file); // close matching open (dup above) 
OK
    pd->file = file;
    pd->loaded = EINA_FALSE;
-   
+
    if (!pd->setting)
      {
         /* avoid infinite recursion */
@@ -138,7 +138,7 @@ _efl_file_key_get(const Eo *obj EINA_UNUSED, Efl_File_Data 
*pd)
    return pd->key;
 }
 
-EOLIAN static Eina_Bool 
+EOLIAN static Eina_Bool
 _efl_file_loaded_get(const Eo *obj EINA_UNUSED, Efl_File_Data *pd)
 {
    return pd->loaded;
diff --git a/src/lib/efl/interfaces/efl_gfx_path.c 
b/src/lib/efl/interfaces/efl_gfx_path.c
index b0e00f9f30..8a02f1f79b 100644
--- a/src/lib/efl/interfaces/efl_gfx_path.c
+++ b/src/lib/efl/interfaces/efl_gfx_path.c
@@ -1377,7 +1377,7 @@ _next_command(char *path, char *cmd, double *arr, int 
*count)
         path++;
         *count = _number_count(*cmd);
      }
-   else 
+   else
      {
         if (*cmd == 'm')
           *cmd = 'l';
diff --git a/src/lib/efreet/Efreet.h b/src/lib/efreet/Efreet.h
index af25e033fa..6c39a1782e 100644
--- a/src/lib/efreet/Efreet.h
+++ b/src/lib/efreet/Efreet.h
@@ -123,9 +123,9 @@ extern "C" {
         int micro; /** < micro (bugfix, internal improvements, no new features 
version) */
         int revision; /** < git revision (0 if a proper release or the git 
revision number Efreet is built from) */
      } Efreet_Version;
-   
+
    EAPI extern Efreet_Version *efreet_version;
-   
+
 #include "efreet_base.h"
 #include "efreet_ini.h"
 #include "efreet_icon.h"
diff --git a/src/lib/efreet/Efreet_Trash.h b/src/lib/efreet/Efreet_Trash.h
index 5ecf41d9be..67db071cae 100644
--- a/src/lib/efreet/Efreet_Trash.h
+++ b/src/lib/efreet/Efreet_Trash.h
@@ -67,7 +67,7 @@ EAPI const char *efreet_trash_dir_get(const char *for_file);
  * will be deleted permanently
  * @return @c 1 on success, @c 0 on failure or @c -1 in case the uri is not on
  * the same filesystem and force_delete is not set.
- * @brief This function try to move the given uri to the trash. Files on 
+ * @brief This function try to move the given uri to the trash. Files on
  * different filesystem can't be moved to trash. If force_delete
  * is @c 0 than non-local files will be ignored and @c -1 is returned, if you 
set
  * force_delete to @c 1 non-local files will be deleted without asking.
diff --git a/src/lib/efreet/efreet_uri.h b/src/lib/efreet/efreet_uri.h
index 32b1f51ad2..79bc2f3c1c 100644
--- a/src/lib/efreet/efreet_uri.h
+++ b/src/lib/efreet/efreet_uri.h
@@ -17,7 +17,7 @@ typedef struct Efreet_Uri Efreet_Uri;
 
 /**
  * Efreet_Uri
- * @brief Contains a simple rappresentation of an uri. The string don't have 
+ * @brief Contains a simple rappresentation of an uri. The string don't have
  * special chars escaped.
  */
 struct Efreet_Uri

-- 


Reply via email to