diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-06-20 09:47:56 +0000 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2020-06-23 10:31:48 +0200 |
commit | e137478dc5b01f77c281cc2efbc0f96f32824307 (patch) | |
tree | 55b00805edd8634ad6b7276ee57051197791898a | |
parent | 47b71d898ea522e60ca83567d7b68fbc0b9aaf82 (diff) |
Get rid of trailing whitespaces (14 / 14)
Remove trailing whitespaces
Differential Revision: https://phab.enlightenment.org/D12006
-rw-r--r-- | src/lib/efl/interfaces/efl_file.c | 4 | ||||
-rw-r--r-- | src/lib/efl/interfaces/efl_gfx_path.c | 2 | ||||
-rw-r--r-- | src/lib/efreet/Efreet.h | 4 | ||||
-rw-r--r-- | src/lib/efreet/Efreet_Trash.h | 2 | ||||
-rw-r--r-- | 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) | |||
69 | if (pd->file) eina_file_close(pd->file); // close matching open (dup above) OK | 69 | if (pd->file) eina_file_close(pd->file); // close matching open (dup above) OK |
70 | pd->file = file; | 70 | pd->file = file; |
71 | pd->loaded = EINA_FALSE; | 71 | pd->loaded = EINA_FALSE; |
72 | 72 | ||
73 | if (!pd->setting) | 73 | if (!pd->setting) |
74 | { | 74 | { |
75 | /* avoid infinite recursion */ | 75 | /* avoid infinite recursion */ |
@@ -138,7 +138,7 @@ _efl_file_key_get(const Eo *obj EINA_UNUSED, Efl_File_Data *pd) | |||
138 | return pd->key; | 138 | return pd->key; |
139 | } | 139 | } |
140 | 140 | ||
141 | EOLIAN static Eina_Bool | 141 | EOLIAN static Eina_Bool |
142 | _efl_file_loaded_get(const Eo *obj EINA_UNUSED, Efl_File_Data *pd) | 142 | _efl_file_loaded_get(const Eo *obj EINA_UNUSED, Efl_File_Data *pd) |
143 | { | 143 | { |
144 | return pd->loaded; | 144 | 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) | |||
1377 | path++; | 1377 | path++; |
1378 | *count = _number_count(*cmd); | 1378 | *count = _number_count(*cmd); |
1379 | } | 1379 | } |
1380 | else | 1380 | else |
1381 | { | 1381 | { |
1382 | if (*cmd == 'm') | 1382 | if (*cmd == 'm') |
1383 | *cmd = 'l'; | 1383 | *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" { | |||
123 | int micro; /** < micro (bugfix, internal improvements, no new features version) */ | 123 | int micro; /** < micro (bugfix, internal improvements, no new features version) */ |
124 | int revision; /** < git revision (0 if a proper release or the git revision number Efreet is built from) */ | 124 | int revision; /** < git revision (0 if a proper release or the git revision number Efreet is built from) */ |
125 | } Efreet_Version; | 125 | } Efreet_Version; |
126 | 126 | ||
127 | EAPI extern Efreet_Version *efreet_version; | 127 | EAPI extern Efreet_Version *efreet_version; |
128 | 128 | ||
129 | #include "efreet_base.h" | 129 | #include "efreet_base.h" |
130 | #include "efreet_ini.h" | 130 | #include "efreet_ini.h" |
131 | #include "efreet_icon.h" | 131 | #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); | |||
67 | * will be deleted permanently | 67 | * will be deleted permanently |
68 | * @return @c 1 on success, @c 0 on failure or @c -1 in case the uri is not on | 68 | * @return @c 1 on success, @c 0 on failure or @c -1 in case the uri is not on |
69 | * the same filesystem and force_delete is not set. | 69 | * the same filesystem and force_delete is not set. |
70 | * @brief This function try to move the given uri to the trash. Files on | 70 | * @brief This function try to move the given uri to the trash. Files on |
71 | * different filesystem can't be moved to trash. If force_delete | 71 | * different filesystem can't be moved to trash. If force_delete |
72 | * is @c 0 than non-local files will be ignored and @c -1 is returned, if you set | 72 | * is @c 0 than non-local files will be ignored and @c -1 is returned, if you set |
73 | * force_delete to @c 1 non-local files will be deleted without asking. | 73 | * 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; | |||
17 | 17 | ||
18 | /** | 18 | /** |
19 | * Efreet_Uri | 19 | * Efreet_Uri |
20 | * @brief Contains a simple rappresentation of an uri. The string don't have | 20 | * @brief Contains a simple rappresentation of an uri. The string don't have |
21 | * special chars escaped. | 21 | * special chars escaped. |
22 | */ | 22 | */ |
23 | struct Efreet_Uri | 23 | struct Efreet_Uri |