From 32da9a943942efc8a1384f5a6839cc84f79a42db Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Sat, 5 Feb 2022 16:39:17 +0100 Subject: -ftbfs; uncrustify does not like the cmp macro --- src/namestore/gnunet-service-namestore.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c index cebdf38c5..2096c7bce 100644 --- a/src/namestore/gnunet-service-namestore.c +++ b/src/namestore/gnunet-service-namestore.c @@ -1603,9 +1603,9 @@ handle_record_store (void *cls, const struct RecordStoreMessage *rp_msg) * old). */ if ((GNUNET_NO == have_tombstone) && - GNUNET_TIME_absolute_cmp (GNUNET_TIME_absolute_get (), (<), - GNUNET_TIME_absolute_ntoh ( - tombstone.time_of_death))) + GNUNET_TIME_absolute_cmp ( + GNUNET_TIME_absolute_get (), <, GNUNET_TIME_absolute_ntoh ( + tombstone.time_of_death))) { rd_clean[rd_clean_off].record_type = GNUNET_GNSRECORD_TYPE_TOMBSTONE; rd_clean[rd_clean_off].expiration_time = -- cgit v1.2.3