Skip to content
Snippets Groups Projects
Commit 600547f8 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

fix indentation

parent 36fce746
No related branches found
No related tags found
1 merge request!398Online DNSSEC Signing
Pipeline #
......@@ -228,9 +228,9 @@ static int sign_ctx_add_data(dnssec_sign_ctx_t *ctx,
* \return Error code, KNOT_EOK if succesful.
*/
static int rrsigs_create_rdata(knot_rrset_t *rrsigs, dnssec_sign_ctx_t *ctx,
const knot_rrset_t *covered,
const dnssec_key_t *key,
uint32_t sig_incepted, uint32_t sig_expires,
const knot_rrset_t *covered,
const dnssec_key_t *key,
uint32_t sig_incepted, uint32_t sig_expires,
mm_ctx_t *mm)
{
assert(rrsigs);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment