summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-19 16:32:57 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-19 16:32:57 +0200
commita11e3cb193fd29a4d59517a9e1f96f0d44ad0d01 (patch)
tree68e7ff94a7c2285e145d019c42ec9b5de38f7d25
parentaa68d1d04d004c16d1a4f54f46afe312c93ad550 (diff)
downloadexchange-a11e3cb193fd29a4d59517a9e1f96f0d44ad0d01.tar.gz
exchange-a11e3cb193fd29a4d59517a9e1f96f0d44ad0d01.tar.bz2
exchange-a11e3cb193fd29a4d59517a9e1f96f0d44ad0d01.zip
-indent fix
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c3
1 files changed, 2 insertions, 1 deletions
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);