Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gallagher <[email protected]>
  • Loading branch information
sgallagher committed Jan 9, 2020
1 parent 3156511 commit 7a3408c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/io_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,9 @@ sscg_io_utils_add_output_key (struct sscg_stream **streams,

if (passphrase)
{
SSCG_ERROR ("Passphrase provided for %s, but no file path provided.\n",
sscg_get_file_type_name (filetype));
SSCG_ERROR (
"Passphrase provided for %s, but no file path provided.\n",
sscg_get_file_type_name (filetype));
return EINVAL;
}

Expand Down
2 changes: 1 addition & 1 deletion src/x509.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ _sscg_certinfo_destructor (TALLOC_CTX *ctx)
struct sscg_cert_info *certinfo =
talloc_get_type_abort (ctx, struct sscg_cert_info);

sk_X509_EXTENSION_pop_free(certinfo->extensions, X509_EXTENSION_free);
sk_X509_EXTENSION_pop_free (certinfo->extensions, X509_EXTENSION_free);

return 0;
}
Expand Down

0 comments on commit 7a3408c

Please sign in to comment.