From: Vincent Torri Date: Thu, 1 Oct 2015 05:32:33 +0000 (+0200) Subject: ecore_file: remove whitespaces X-Git-Tag: v1.16.0-beta2~74 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b72be67388a4b1be53542407b63e6b649a9f6b7a;p=platform%2Fupstream%2Fefl.git ecore_file: remove whitespaces Signed-off-by: Cedric BAIL --- diff --git a/src/lib/ecore_file/ecore_file.c b/src/lib/ecore_file/ecore_file.c index 015a9b9..3bb8b1e 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) * @brief Return the executable from the given command. * * @param app The application command, with parameters. - * @return The executable from @p app as a newly allocated string. Arguments - * are removed and escape characters are handled. If @p app is @c NULL, or - * on failure, the function returns @c NULL. When not needed anymore, the + * @return The executable from @p app as a newly allocated string. Arguments + * are removed and escape characters are handled. If @p app is @c NULL, or + * on failure, the function returns @c NULL. When not needed anymore, the * returned value must be freed. */ EAPI char * @@ -1047,7 +1047,7 @@ ecore_file_escape_name(const char *filename) *q = 'n'; q++; p++; - continue; + continue; } *q = *p;