cedric pushed a commit to branch master.

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

commit 59bf58829cfb8259d86fa9eca4fcb50ce4ab5b40
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Thu Dec 15 09:55:11 2016 -0800

    ecore_con: fix misleading indentation warning.
---
 src/tests/ecore_con/ecore_con_test_efl_net_ip_address.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/tests/ecore_con/ecore_con_test_efl_net_ip_address.c 
b/src/tests/ecore_con/ecore_con_test_efl_net_ip_address.c
index 2ac4e4b..cd2999c 100644
--- a/src/tests/ecore_con/ecore_con_test_efl_net_ip_address.c
+++ b/src/tests/ecore_con/ecore_con_test_efl_net_ip_address.c
@@ -204,11 +204,11 @@ _assert_found_internal(const char *file, int line, const 
struct resolve_ctx *ctx
    EINA_ARRAY_ITER_NEXT(ctx->results, i, o, it)
      fprintf(stderr, "result %u: %s\n", i, efl_net_ip_address_string_get(o));
 
-     _ck_assert_failed(file, line, "Failed",
-                       "Expected found=%hhu, got %hhu resolving=%s",
-                       expected, found,
-                       string,
-                       NULL);
+   _ck_assert_failed(file, line, "Failed",
+                     "Expected found=%hhu, got %hhu resolving=%s",
+                     expected, found,
+                     string,
+                     NULL);
 }
 
 static void

-- 


Reply via email to