two whitespace tweaks
authortb <tb@openbsd.org>
Sun, 9 May 2021 11:19:30 +0000 (11:19 +0000)
committertb <tb@openbsd.org>
Sun, 9 May 2021 11:19:30 +0000 (11:19 +0000)
usr.sbin/rpki-client/rrdp.h

index 8fe9af0..d7fc9bf 100644 (file)
@@ -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 *,