summaryrefslogtreecommitdiff
path: root/src/sync
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2021-12-15 08:50:39 +0100
committerChristian Grothoff <grothoff@gnunet.org>2021-12-15 08:50:39 +0100
commit69bba7c3376fa71c8a8f0a27eb131462e78b8375 (patch)
tree94132cc24dc97544e6606da2bea93f8d3ede26f1 /src/sync
parentef1b5a7e9ee352ad4acf5a7e97099740ec16a9a6 (diff)
downloadsync-69bba7c3376fa71c8a8f0a27eb131462e78b8375.tar.gz
sync-69bba7c3376fa71c8a8f0a27eb131462e78b8375.tar.bz2
sync-69bba7c3376fa71c8a8f0a27eb131462e78b8375.zip
-remove artifact created by uncrustify
Diffstat (limited to 'src/sync')
-rw-r--r--src/sync/sync-httpd_backup_post.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync/sync-httpd_backup_post.c b/src/sync/sync-httpd_backup_post.c
index a895305..7faf139 100644
--- a/src/sync/sync-httpd_backup_post.c
+++ b/src/sync/sync-httpd_backup_post.c
@@ -384,7 +384,7 @@ ongoing_payment_cb (void *cls,
return; /* can't re-use, fees changed */
if ( (NULL == bc->existing_order_id) ||
(GNUNET_TIME_timestamp_cmp (bc->existing_order_timestamp,
- (<),
+ <,
timestamp)) )
{
GNUNET_free (bc->existing_order_id);