From 0f01b99160ccd2f143ed5efb9918c4a85aac8e6d Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 2 Apr 2021 02:20:17 +0000 Subject: Indent struct members like everywhere else. --- usr.sbin/rpki-client/rrdp_notification.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/usr.sbin/rpki-client/rrdp_notification.c b/usr.sbin/rpki-client/rrdp_notification.c index 13c31467f72..501e5176704 100644 --- a/usr.sbin/rpki-client/rrdp_notification.c +++ b/usr.sbin/rpki-client/rrdp_notification.c @@ -50,16 +50,16 @@ struct delta_item { TAILQ_HEAD(delta_q, delta_item); struct notification_xml { - XML_Parser parser; + XML_Parser parser; struct rrdp_session *repository; struct rrdp_session *current; char *session_id; char *snapshot_uri; - char snapshot_hash[SHA256_DIGEST_LENGTH]; - struct delta_q delta_q; - long long serial; - int version; - enum notification_scope scope; + char snapshot_hash[SHA256_DIGEST_LENGTH]; + struct delta_q delta_q; + long long serial; + int version; + enum notification_scope scope; }; static int -- cgit v1.2.3-59-g8ed1b