From b72be67388a4b1be53542407b63e6b649a9f6b7a Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Thu, 1 Oct 2015 07:32:33 +0200 Subject: [PATCH] ecore_file: remove whitespaces Signed-off-by: Cedric BAIL --- src/lib/ecore_file/ecore_file.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; -- 2.7.4