devilhorns pushed a commit to branch master.

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

commit cbc726ac56040ea3353f2404274836ec1b9a3a32
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Thu Jun 25 14:54:38 2015 -0400

    edje_cc: Fix formatting
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/edje/edje_cc_parse.c | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/src/bin/edje/edje_cc_parse.c b/src/bin/edje/edje_cc_parse.c
index 49da476..9c4e6bc 100644
--- a/src/bin/edje/edje_cc_parse.c
+++ b/src/bin/edje/edje_cc_parse.c
@@ -1842,11 +1842,13 @@ strstrip(const char *in, char *out, size_t size)
 int
 get_param_index(char *str)
 {
-  int index ;
-  for(index = 0; index < get_arg_count(); index++)
-  {
-      if(!strcmp(str,_parse_param_get(index)))
-        return index;
-  }
-  return -1;
+   int index;
+
+   for(index = 0; index < get_arg_count(); index++)
+     {
+        if(!strcmp(str,_parse_param_get(index)))
+          return index;
+     }
+
+   return -1;
 }

-- 


Reply via email to