From 7e3cf5f461eb4fbb7581672bf0835da07c378136 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 31 Oct 2019 13:03:48 +0100 Subject: tighten formatting rules --- src/transport/test_plugin_transport.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/transport/test_plugin_transport.c') diff --git a/src/transport/test_plugin_transport.c b/src/transport/test_plugin_transport.c index ceb4333ac..10e07dae5 100644 --- a/src/transport/test_plugin_transport.c +++ b/src/transport/test_plugin_transport.c @@ -255,6 +255,7 @@ end_badly (void *cls) ok = 1; } + static void wait_end (void *cls) { @@ -293,6 +294,7 @@ env_receive (void *cls, return GNUNET_TIME_relative_get_zero_ (); } + static int got_reply; @@ -377,8 +379,7 @@ test_addr_string (void *cls) int c1; for (c1 = 0; c1 < s2a_len; c1++ ) fprintf (stderr, "%u == %u\n", ((char *) s2a)[c1], ((char *) w->addr)[c1]); - */ - if (s2a_len != w->address->address_length) + */if (s2a_len != w->address->address_length) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Plugin creates different address length when converting address->string->address: %u != %u\n", @@ -788,4 +789,5 @@ main (int argc, return ret; } + /* end of test_plugin_transport.c */ -- cgit v1.2.3