ecore_file: remove whitespaces
authorVincent Torri <vincent dot torri at gmail dot com>
Thu, 1 Oct 2015 05:32:33 +0000 (07:32 +0200)
committerCedric BAIL <cedric@osg.samsung.com>
Tue, 13 Oct 2015 00:21:59 +0000 (17:21 -0700)
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/ecore_file/ecore_file.c

index 015a9b9..3bb8b1e 100644 (file)
@@ -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;