aboutsummaryrefslogtreecommitdiff
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.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)
7483 recoup and reserves_out tables to known_coins; these 7483 recoup and reserves_out tables to known_coins; these
7484 are NOT using 'ON DROP CASCADE' and might keep denomination 7484 are NOT using 'ON DROP CASCADE' and might keep denomination
7485 keys alive for a bit longer, thus causing this statement 7485 keys alive for a bit longer, thus causing this statement
7486 to fail. */(void) GNUNET_PQ_eval_prepared_non_select (conn, 7486 to fail. */
7487 (void) GNUNET_PQ_eval_prepared_non_select (conn,
7487 "gc_denominations", 7488 "gc_denominations",
7488 params_time); 7489 params_time);
7489 GNUNET_PQ_disconnect (conn); 7490 GNUNET_PQ_disconnect (conn);