commit bf9ba97305b030a2c727165cadddc10e8a592f67
parent 0390a2244d027467193dcfb1ccf70f5866c7cc3e
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 16 May 2017 16:33:03 +0200
fix whitespace
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_exchanges.c b/src/backend/taler-merchant-httpd_exchanges.c
@@ -596,6 +596,7 @@ keys_mgmt_cb (void *cls,
struct Exchange *exchange = cls;
struct GNUNET_TIME_Absolute expire;
struct GNUNET_TIME_Relative delay;
+
if (NULL == keys)
{
exchange->pending = GNUNET_YES;
@@ -777,8 +778,6 @@ TMH_EXCHANGES_find_exchange (const char *chosen_exchange,
exchange->wire_task = GNUNET_SCHEDULER_add_now (&wire_task_cb,
exchange);
}
-
-
return fo;
}