summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-12-31 19:47:46 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-12-31 19:47:46 +0000
commit4ad0b097c842a8435432bdb18d3c9ba0503793ba (patch)
tree901a87f5550664afddda4acde613ec7aec05e197 /sys
parent5dadc4b08180fae688c720278a2867a4ddbba6d7 (diff)
indent
Diffstat (limited to 'sys')
-rw-r--r--sys/net/if_enc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/net/if_enc.h b/sys/net/if_enc.h
index ea0d41c5ac9..4abb45b62ee 100644
--- a/sys/net/if_enc.h
+++ b/sys/net/if_enc.h
@@ -38,14 +38,14 @@
#define ENC_HDRLEN 12
struct enc_softc {
- struct ifnet sc_if; /* the interface */
- union sockaddr_union sc_dst;
- u_int32_t sc_spi;
- u_int32_t sc_sproto;
+ struct ifnet sc_if; /* the interface */
+ union sockaddr_union sc_dst;
+ u_int32_t sc_spi;
+ u_int32_t sc_sproto;
};
struct ifsa {
- char sa_ifname[IFNAMSIZ]; /* bridge ifs name */
+ char sa_ifname[IFNAMSIZ]; /* bridge ifs name */
u_int32_t sa_spi;
u_int8_t sa_proto;
union sockaddr_union sa_dst;