aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan')
-rw-r--r--src/libstrongswan/utils/identification.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/utils/identification.h b/src/libstrongswan/utils/identification.h
index ca1b53454..a0f189b78 100644
--- a/src/libstrongswan/utils/identification.h
+++ b/src/libstrongswan/utils/identification.h
@@ -158,7 +158,7 @@ struct identification_t {
* @param other other identification_t object
* @return TRUE if the IDs are equal
*/
- bool (*equals) (identification_t *this,identification_t *other);
+ bool (*equals) (identification_t *this, identification_t *other);
/**
* @brief Check if an ID belongs to a wildcard ID.