summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2021-04-02 02:20:17 +0000
committertb <tb@openbsd.org>2021-04-02 02:20:17 +0000
commit0f01b99160ccd2f143ed5efb9918c4a85aac8e6d (patch)
treedaf9c4af134f42c6d348d1f55a6c3b13ebb0f0ad
parentDocument ioctl(2)'s for vmm(4). OK kn@. (diff)
downloadwireguard-openbsd-0f01b99160ccd2f143ed5efb9918c4a85aac8e6d.tar.xz
wireguard-openbsd-0f01b99160ccd2f143ed5efb9918c4a85aac8e6d.zip
Indent struct members like everywhere else.
-rw-r--r--usr.sbin/rpki-client/rrdp_notification.c12
1 files 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