diff options
Diffstat (limited to 'Source/charon/tests/ike_sa_test.h')
-rw-r--r-- | Source/charon/tests/ike_sa_test.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/charon/tests/ike_sa_test.h b/Source/charon/tests/ike_sa_test.h index 6bc02df2b..4d5dff614 100644 --- a/Source/charon/tests/ike_sa_test.h +++ b/Source/charon/tests/ike_sa_test.h @@ -1,8 +1,8 @@ /** * @file ike_sa_test.h - * + * * @brief Tests to test the IKE_SA type ike_sa_t - * + * */ /* @@ -27,9 +27,9 @@ /** * @brief Test function used to test the ike_sa_t functionality - * * - * @param tester associated tester_t-object + * + * @param tester associated tester_t object */ void test_ike_sa(tester_t *tester); |