diff options
author | Martin Willi <martin@strongswan.org> | 2009-09-04 15:02:11 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-09-04 15:02:11 +0200 |
commit | 7b3814f75da7e760347742fe5af05bdb3a1b1f1c (patch) | |
tree | c9d6133a799de64859b0a411606785ce32c0e0b7 /src/charon/encoding/payloads/eap_payload.c | |
parent | b9b8a98f472aed6c60dd992ad97776eaa188ea9e (diff) | |
download | strongswan-7b3814f75da7e760347742fe5af05bdb3a1b1f1c.tar.bz2 strongswan-7b3814f75da7e760347742fe5af05bdb3a1b1f1c.tar.xz |
remove spaces before tabs at the beginning of lines (^( )+\t)
Diffstat (limited to 'src/charon/encoding/payloads/eap_payload.c')
-rw-r--r-- | src/charon/encoding/payloads/eap_payload.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charon/encoding/payloads/eap_payload.c b/src/charon/encoding/payloads/eap_payload.c index 562faa221..0605d6190 100644 --- a/src/charon/encoding/payloads/eap_payload.c +++ b/src/charon/encoding/payloads/eap_payload.c @@ -61,11 +61,11 @@ struct private_eap_payload_t { * */ encoding_rule_t eap_payload_encodings[] = { - /* 1 Byte next payload type, stored in the field next_payload */ + /* 1 Byte next payload type, stored in the field next_payload */ { U_INT_8, offsetof(private_eap_payload_t, next_payload) }, /* the critical bit */ { FLAG, offsetof(private_eap_payload_t, critical) }, - /* 7 Bit reserved bits, nowhere stored */ + /* 7 Bit reserved bits, nowhere stored */ { RESERVED_BIT, 0 }, { RESERVED_BIT, 0 }, { RESERVED_BIT, 0 }, |