diff options
author | Martin Willi <martin@strongswan.org> | 2009-09-04 14:58:05 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-09-04 15:00:19 +0200 |
commit | b9b8a98f472aed6c60dd992ad97776eaa188ea9e (patch) | |
tree | 23d2a960db77b4e30ab985c9a00bd99d0950ef0e /src/charon/sa/tasks/child_rekey.h | |
parent | 323f9f990fb28583bfaaaad04f9934c0f0e62052 (diff) | |
download | strongswan-b9b8a98f472aed6c60dd992ad97776eaa188ea9e.tar.bz2 strongswan-b9b8a98f472aed6c60dd992ad97776eaa188ea9e.tar.xz |
remove spaces within tabs (\t( )+\t)
Diffstat (limited to 'src/charon/sa/tasks/child_rekey.h')
-rw-r--r-- | src/charon/sa/tasks/child_rekey.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/sa/tasks/child_rekey.h b/src/charon/sa/tasks/child_rekey.h index 0a624796d..9b1aea5fa 100644 --- a/src/charon/sa/tasks/child_rekey.h +++ b/src/charon/sa/tasks/child_rekey.h @@ -56,7 +56,7 @@ struct child_rekey_t { * @param ike_sa IKE_SA this task works for * @param protocol protocol of CHILD_SA to rekey, PROTO_NONE as responder * @param spi inbound SPI of CHILD_SA to rekey - * @return child_rekey task to handle by the task_manager + * @return child_rekey task to handle by the task_manager */ child_rekey_t *child_rekey_create(ike_sa_t *ike_sa, protocol_id_t protocol, u_int32_t spi); |