diff options
author | Vincent Torri <vincent dot torri at gmail dot com> | 2015-10-01 07:32:33 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-10-12 17:21:59 -0700 |
commit | b72be67388a4b1be53542407b63e6b649a9f6b7a (patch) | |
tree | 0c2f77ea7044f2ea86f1f3768284e0058deb78d3 /src | |
parent | b9ed3375f2d9a822d83a383ff3d6691470b1c348 (diff) |
ecore_file: remove whitespaces
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_file/ecore_file.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/ecore_file/ecore_file.c b/src/lib/ecore_file/ecore_file.c index 015a9b9675..3bb8b1e243 100644 --- a/src/lib/ecore_file/ecore_file.c +++ b/src/lib/ecore_file/ecore_file.c | |||
@@ -921,9 +921,9 @@ ecore_file_ls(const char *dir) | |||
921 | * @brief Return the executable from the given command. | 921 | * @brief Return the executable from the given command. |
922 | * | 922 | * |
923 | * @param app The application command, with parameters. | 923 | * @param app The application command, with parameters. |
924 | * @return The executable from @p app as a newly allocated string. Arguments | 924 | * @return The executable from @p app as a newly allocated string. Arguments |
925 | * are removed and escape characters are handled. If @p app is @c NULL, or | 925 | * are removed and escape characters are handled. If @p app is @c NULL, or |
926 | * on failure, the function returns @c NULL. When not needed anymore, the | 926 | * on failure, the function returns @c NULL. When not needed anymore, the |
927 | * returned value must be freed. | 927 | * returned value must be freed. |
928 | */ | 928 | */ |
929 | EAPI char * | 929 | EAPI char * |
@@ -1047,7 +1047,7 @@ ecore_file_escape_name(const char *filename) | |||
1047 | *q = 'n'; | 1047 | *q = 'n'; |
1048 | q++; | 1048 | q++; |
1049 | p++; | 1049 | p++; |
1050 | continue; | 1050 | continue; |
1051 | } | 1051 | } |
1052 | 1052 | ||
1053 | *q = *p; | 1053 | *q = *p; |