aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/sa/tasks/task.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/sa/tasks/task.h')
-rw-r--r--src/charon/sa/tasks/task.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charon/sa/tasks/task.h b/src/charon/sa/tasks/task.h
index 0e0af072f..b53b2cc1f 100644
--- a/src/charon/sa/tasks/task.h
+++ b/src/charon/sa/tasks/task.h
@@ -123,7 +123,7 @@ struct task_t {
* Get the type of the task implementation.
*/
task_type_t (*get_type) (task_t *this);
-
+
/**
* Migrate a task to a new IKE_SA.
*
@@ -138,7 +138,7 @@ struct task_t {
* @param ike_sa new IKE_SA this task works for
*/
void (*migrate) (task_t *this, ike_sa_t *ike_sa);
-
+
/**
* Destroys a task_t object.
*/