diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-06-20 09:41:45 +0000 |
---|---|---|
committer | Stefan Schmidt <s.schmidt@samsung.com> | 2020-06-23 10:27:35 +0200 |
commit | 108ee1d485824a33047867b55f529e63fe11868c (patch) | |
tree | f93246a1615361b87a59cad773506e7f82746da6 /src/examples/evas | |
parent | 09a7dadbac0ce278712668228cc8ce547d14e0eb (diff) | |
download | efl-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.c | 2 |
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) |