cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=b72be67388a4b1be53542407b63e6b649a9f6b7a

commit b72be67388a4b1be53542407b63e6b649a9f6b7a
Author: Vincent Torri <vincent dot torri at gmail dot com>
Date:   Thu Oct 1 07:32:33 2015 +0200

    ecore_file: remove whitespaces
    
    Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
---
 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;

-- 


Reply via email to