From f265a002443fbab1175904c0aeb3159dcbed92dc Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 9 May 2021 11:19:30 +0000 Subject: [PATCH] two whitespace tweaks --- usr.sbin/rpki-client/rrdp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/rpki-client/rrdp.h b/usr.sbin/rpki-client/rrdp.h index 8fe9af0aef0..d7fc9bf0301 100644 --- a/usr.sbin/rpki-client/rrdp.h +++ b/usr.sbin/rpki-client/rrdp.h @@ -19,7 +19,7 @@ enum rrdp_task { }; /* rrdp generic */ -char *xstrdup(const char *); +char *xstrdup(const char *); int hex_decode(const char *, char *, size_t); /* publish or withdraw element */ @@ -38,7 +38,7 @@ struct notification_xml; struct notification_xml *new_notification_xml(XML_Parser, struct rrdp_session *, struct rrdp_session *); -void free_notification_xml(struct notification_xml *); +void free_notification_xml(struct notification_xml *); enum rrdp_task notification_done(struct notification_xml *, char *); const char *notification_get_next(struct notification_xml *, -- 2.20.1