summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-10-20 19:40:32 +0200
committerChristian Grothoff <christian@grothoff.org>2018-10-20 19:40:32 +0200
commita0d88973b2b4be3dfbc5dec750756aa449149ce0 (patch)
tree48c62f350007a8f22dc86edd0c1d0301e7c6badf /src
parent4f37950a40c9deca4206d9835d7282c535a5dfd8 (diff)
downloadexchange-a0d88973b2b4be3dfbc5dec750756aa449149ce0.tar.gz
exchange-a0d88973b2b4be3dfbc5dec750756aa449149ce0.tar.bz2
exchange-a0d88973b2b4be3dfbc5dec750756aa449149ce0.zip
fix newlines
Diffstat (limited to 'src')
-rw-r--r--src/auditordb/plugin_auditordb_postgres.c2
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);
-
-
}