-indent fix

This commit is contained in:
Christian Grothoff 2021-08-19 16:32:57 +02:00
parent aa68d1d04d
commit a11e3cb193
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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);