diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-06-16 05:50:28 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-06-16 05:50:28 +0000 |
commit | d2c9d37d6f144a81052edb7f61c3244ad633405c (patch) | |
tree | 45864516bb18ccf19bf0bba1b9853e102c5fbad1 /src/libstrongswan | |
parent | c859ec9592d2c9910097cab05c1315dbead57f01 (diff) | |
download | strongswan-d2c9d37d6f144a81052edb7f61c3244ad633405c.tar.bz2 strongswan-d2c9d37d6f144a81052edb7f61c3244ad633405c.tar.xz |
cosmetics (space)
Diffstat (limited to 'src/libstrongswan')
-rw-r--r-- | src/libstrongswan/utils/identification.h | 2 |
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. |