ecore_con: fix misleading indentation warning.
authorCedric BAIL <cedric@osg.samsung.com>
Thu, 15 Dec 2016 17:55:11 +0000 (09:55 -0800)
committerCedric BAIL <cedric@osg.samsung.com>
Thu, 15 Dec 2016 17:55:11 +0000 (09:55 -0800)
src/tests/ecore_con/ecore_con_test_efl_net_ip_address.c

index 2ac4e4b..cd2999c 100644 (file)
@@ -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