From a11e3cb193fd29a4d59517a9e1f96f0d44ad0d01 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 19 Aug 2021 16:32:57 +0200 Subject: -indent fix --- src/exchangedb/plugin_exchangedb_postgres.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index a259c7a0b..1d05fb499 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -7483,7 +7483,8 @@ postgres_gc (void *cls) recoup and reserves_out tables to known_coins; these are NOT using 'ON DROP CASCADE' and might keep denomination keys alive for a bit longer, thus causing this statement - to fail. */(void) GNUNET_PQ_eval_prepared_non_select (conn, + to fail. */ + (void) GNUNET_PQ_eval_prepared_non_select (conn, "gc_denominations", params_time); GNUNET_PQ_disconnect (conn); -- cgit v1.2.3