added missing whitespace

This commit is contained in:
Andreas Steffen
2012-04-30 11:42:09 +02:00
parent 88206458ce
commit 6704d69f91
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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, cred = load_from_blob(chunk_create(addr, sb.st_size), type, subtype,
subject,flags); subject, flags);
munmap(addr, sb.st_size); munmap(addr, sb.st_size);
close(fd); close(fd);
@@ -55,6 +55,7 @@ struct private_pubkey_cert_t {
* key expiration time * key expiration time
*/ */
time_t notAfter; time_t notAfter;
/** /**
* reference count * reference count
*/ */