summaryrefslogtreecommitdiff
path: root/src/examples/evas
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-06-20 09:41:45 +0000
committerStefan Schmidt <s.schmidt@samsung.com>2020-06-23 10:27:35 +0200
commit108ee1d485824a33047867b55f529e63fe11868c (patch)
treef93246a1615361b87a59cad773506e7f82746da6 /src/examples/evas
parent09a7dadbac0ce278712668228cc8ce547d14e0eb (diff)
downloadefl-108ee1d485824a33047867b55f529e63fe11868c.tar.gz
Get rid of trailing whitespaces (2 / 14)
Remove trailing whitespaces Differential Revision: https://phab.enlightenment.org/D12000
Diffstat (limited to 'src/examples/evas')
-rw-r--r--src/examples/evas/evas-object-manipulation-eo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/evas/evas-object-manipulation-eo.c b/src/examples/evas/evas-object-manipulation-eo.c
index 6fba6e02bf..eb213d04bb 100644
--- a/src/examples/evas/evas-object-manipulation-eo.c
+++ b/src/examples/evas/evas-object-manipulation-eo.c
@@ -193,7 +193,7 @@ main(void)
* will be deleted automatically by parent.*/
if (efl_file_set(d.img, img_path)) goto panic;
-
+
err = efl_file_load(d.img);
if (err != EVAS_LOAD_ERROR_NONE)