Indent struct members like everywhere else.
authortb <tb@openbsd.org>
Fri, 2 Apr 2021 02:20:17 +0000 (02:20 +0000)
committertb <tb@openbsd.org>
Fri, 2 Apr 2021 02:20:17 +0000 (02:20 +0000)
usr.sbin/rpki-client/rrdp_notification.c

index 13c3146..501e517 100644 (file)
@@ -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