diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-10-20 19:40:32 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-10-20 19:40:32 +0200 |
commit | a0d88973b2b4be3dfbc5dec750756aa449149ce0 (patch) | |
tree | 48c62f350007a8f22dc86edd0c1d0301e7c6badf | |
parent | 4f37950a40c9deca4206d9835d7282c535a5dfd8 (diff) |
fix newlines
-rw-r--r-- | src/auditordb/plugin_auditordb_postgres.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c index bf88e5e9d..65acf637d 100644 --- a/src/auditordb/plugin_auditordb_postgres.c +++ b/src/auditordb/plugin_auditordb_postgres.c @@ -1112,8 +1112,6 @@ postgres_insert_deposit_confirmation (void *cls, return GNUNET_PQ_eval_prepared_non_select (session->conn, "auditor_deposit_confirmation_insert", params); - - } |