diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-06-20 09:40:20 +0000 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2020-06-23 10:25:57 +0200 |
commit | 09a7dadbac0ce278712668228cc8ce547d14e0eb (patch) | |
tree | 3a97344e6bcf81e6643104c1f8939d05773fa5b3 | |
parent | 4f15bde706ec8cd78fa57845c8eee7bdb5515282 (diff) |
Get rid of trailing whitespace (1 / 14)
Remove trailing whitespace
Differential Revision: https://phab.enlightenment.org/D11999
-rw-r--r-- | src/bin/embryo/embryo_cc_sc1.c | 4 | ||||
-rw-r--r-- | src/bin/embryo/embryo_cc_sc2.c | 12 | ||||
-rw-r--r-- | src/bin/ethumb_client/ethumbd.c | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/src/bin/embryo/embryo_cc_sc1.c b/src/bin/embryo/embryo_cc_sc1.c index bb9486de6b..1189ce807b 100644 --- a/src/bin/embryo/embryo_cc_sc1.c +++ b/src/bin/embryo/embryo_cc_sc1.c | |||
@@ -3491,11 +3491,11 @@ static void | |||
3491 | doif(void) | 3491 | doif(void) |
3492 | { | 3492 | { |
3493 | int flab1, flab2; | 3493 | int flab1, flab2; |
3494 | #if 0 | 3494 | #if 0 |
3495 | int ifindent; | 3495 | int ifindent; |
3496 | 3496 | ||
3497 | ifindent = stmtindent; /* save the indent of the "if" instruction */ | 3497 | ifindent = stmtindent; /* save the indent of the "if" instruction */ |
3498 | #endif | 3498 | #endif |
3499 | flab1 = getlabel(); /* get label number for false branch */ | 3499 | flab1 = getlabel(); /* get label number for false branch */ |
3500 | test(flab1, TRUE, FALSE); /*get expression, branch to flab1 if false */ | 3500 | test(flab1, TRUE, FALSE); /*get expression, branch to flab1 if false */ |
3501 | statement(NULL, FALSE); /* if true, do a statement */ | 3501 | statement(NULL, FALSE); /* if true, do a statement */ |
diff --git a/src/bin/embryo/embryo_cc_sc2.c b/src/bin/embryo/embryo_cc_sc2.c index 2bd34b8f71..7a7f5ebd14 100644 --- a/src/bin/embryo/embryo_cc_sc2.c +++ b/src/bin/embryo/embryo_cc_sc2.c | |||
@@ -101,7 +101,7 @@ plungequalifiedfile(char *name) | |||
101 | } /* if */ | 101 | } /* if */ |
102 | ext_idx++; | 102 | ext_idx++; |
103 | } | 103 | } |
104 | while ((!fp) && | 104 | while ((!fp) && |
105 | (ext_idx < (int)(sizeof extensions / sizeof extensions[0]))); | 105 | (ext_idx < (int)(sizeof extensions / sizeof extensions[0]))); |
106 | if (!fp) | 106 | if (!fp) |
107 | { | 107 | { |
@@ -1004,8 +1004,8 @@ command(void) | |||
1004 | { | 1004 | { |
1005 | int i; | 1005 | int i; |
1006 | 1006 | ||
1007 | for (i = 0; | 1007 | for (i = 0; |
1008 | (i < (int)(sizeof(name)) - 1) && | 1008 | (i < (int)(sizeof(name)) - 1) && |
1009 | (alphanum(*lptr)); | 1009 | (alphanum(*lptr)); |
1010 | i++, lptr++) | 1010 | i++, lptr++) |
1011 | name[i] = *lptr; | 1011 | name[i] = *lptr; |
@@ -1041,7 +1041,7 @@ command(void) | |||
1041 | /* first gather all information, start with the tag name */ | 1041 | /* first gather all information, start with the tag name */ |
1042 | while ((*lptr <= ' ') && (*lptr != '\0')) | 1042 | while ((*lptr <= ' ') && (*lptr != '\0')) |
1043 | lptr++; | 1043 | lptr++; |
1044 | for (i = 0; | 1044 | for (i = 0; |
1045 | (i < (int)(sizeof(name)) - 1) && | 1045 | (i < (int)(sizeof(name)) - 1) && |
1046 | (alphanum(*lptr)); | 1046 | (alphanum(*lptr)); |
1047 | i++, lptr++) | 1047 | i++, lptr++) |
@@ -1105,8 +1105,8 @@ command(void) | |||
1105 | /* get the name */ | 1105 | /* get the name */ |
1106 | while ((*lptr <= ' ') && (*lptr != '\0')) | 1106 | while ((*lptr <= ' ') && (*lptr != '\0')) |
1107 | lptr++; | 1107 | lptr++; |
1108 | for (i = 0; | 1108 | for (i = 0; |
1109 | (i < (int)(sizeof(name)) - 1) && | 1109 | (i < (int)(sizeof(name)) - 1) && |
1110 | (sc_isalpha(*lptr)); | 1110 | (sc_isalpha(*lptr)); |
1111 | i++, lptr++) | 1111 | i++, lptr++) |
1112 | name[i] = *lptr; | 1112 | name[i] = *lptr; |
diff --git a/src/bin/ethumb_client/ethumbd.c b/src/bin/ethumb_client/ethumbd.c index 476ecd4b52..02735e34b1 100644 --- a/src/bin/ethumb_client/ethumbd.c +++ b/src/bin/ethumb_client/ethumbd.c | |||
@@ -249,7 +249,7 @@ static Eina_Bool | |||
249 | _ethumbd_timeout_cb(void *data) | 249 | _ethumbd_timeout_cb(void *data) |
250 | { | 250 | { |
251 | Ethumbd *ed = data; | 251 | Ethumbd *ed = data; |
252 | 252 | ||
253 | ecore_main_loop_quit(); | 253 | ecore_main_loop_quit(); |
254 | ed->timeout_timer = NULL; | 254 | ed->timeout_timer = NULL; |
255 | return EINA_FALSE; | 255 | return EINA_FALSE; |
@@ -282,7 +282,7 @@ static Eina_Bool | |||
282 | _ethumbd_hang_cb(void *data) | 282 | _ethumbd_hang_cb(void *data) |
283 | { | 283 | { |
284 | Ethumbd *ed = data; | 284 | Ethumbd *ed = data; |
285 | 285 | ||
286 | ed->hang_timer = NULL; | 286 | ed->hang_timer = NULL; |
287 | if (ed->processing) | 287 | if (ed->processing) |
288 | { | 288 | { |
@@ -296,7 +296,7 @@ static void | |||
296 | _ethumbd_hang_start(Ethumbd *ed) | 296 | _ethumbd_hang_start(Ethumbd *ed) |
297 | { | 297 | { |
298 | double tim = ed->timeout; | 298 | double tim = ed->timeout; |
299 | 299 | ||
300 | if (tim < 0) tim = 10.0; | 300 | if (tim < 0) tim = 10.0; |
301 | else | 301 | else |
302 | { | 302 | { |
@@ -1752,7 +1752,7 @@ main(int argc, char *argv[]) | |||
1752 | #elif _WIN32 | 1752 | #elif _WIN32 |
1753 | SetPriorityClass(GetCurrentProcess(), IDLE_PRIORITY_CLASS); | 1753 | SetPriorityClass(GetCurrentProcess(), IDLE_PRIORITY_CLASS); |
1754 | #endif | 1754 | #endif |
1755 | 1755 | ||
1756 | memset(&ed, 0, sizeof(ed)); | 1756 | memset(&ed, 0, sizeof(ed)); |
1757 | ecore_init(); | 1757 | ecore_init(); |
1758 | eina_init(); | 1758 | eina_init(); |