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/transform_substructure.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/transform_substructure.c')
-rw-r--r-- | src/charon/encoding/payloads/transform_substructure.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charon/encoding/payloads/transform_substructure.c b/src/charon/encoding/payloads/transform_substructure.c index 16156b7c6..c94f6c1a2 100644 --- a/src/charon/encoding/payloads/transform_substructure.c +++ b/src/charon/encoding/payloads/transform_substructure.c @@ -59,7 +59,7 @@ struct private_transform_substructure_t { */ u_int16_t transform_id; - /** + /** * Transforms Attributes are stored in a linked_list_t. */ linked_list_t *attributes; @@ -74,7 +74,7 @@ struct private_transform_substructure_t { * */ encoding_rule_t transform_substructure_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_transform_substructure_t, next_payload) }, /* Reserved Byte is skipped */ { RESERVED_BYTE, 0 }, |