From: Andreas Steffen Date: Mon, 30 Apr 2012 09:42:09 +0000 (+0200) Subject: added missing whitespace X-Git-Tag: 4.6.3~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6704d69f91716ffaa65f562bea803d81334c4c2b;p=thirdparty%2Fstrongswan.git added missing whitespace --- diff --git a/src/libstrongswan/plugins/pem/pem_builder.c b/src/libstrongswan/plugins/pem/pem_builder.c index d9461bc7fa..c5d96be479 100644 --- a/src/libstrongswan/plugins/pem/pem_builder.c +++ b/src/libstrongswan/plugins/pem/pem_builder.c @@ -433,7 +433,7 @@ static void *load_from_file(char *file, credential_type_t type, int subtype, } cred = load_from_blob(chunk_create(addr, sb.st_size), type, subtype, - subject,flags); + subject, flags); munmap(addr, sb.st_size); close(fd); diff --git a/src/libstrongswan/plugins/pubkey/pubkey_cert.c b/src/libstrongswan/plugins/pubkey/pubkey_cert.c index 7d211c50a3..67240fe0cf 100644 --- a/src/libstrongswan/plugins/pubkey/pubkey_cert.c +++ b/src/libstrongswan/plugins/pubkey/pubkey_cert.c @@ -55,6 +55,7 @@ struct private_pubkey_cert_t { * key expiration time */ time_t notAfter; + /** * reference count */