fixed whitespace

This commit is contained in:
Jacob 2016-07-07 13:49:01 -05:00
parent dc2d83bfbe
commit ae52977e42
2 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ void peer_secrets_init(struct peer *peer)
new_keypair(peer->dstate, &peer->secrets->commit, &peer->local.commitkey);
new_keypair(peer->dstate, &peer->secrets->final, &peer->local.finalkey);
randombytes_buf(peer->secrets->revocation_seed.u.u8, sizeof(peer->secrets->revocation_seed.u.u8));
randombytes_buf(peer->secrets->revocation_seed.u.u8, sizeof(peer->secrets->revocation_seed.u.u8));
shachain_init(&peer->their_preimages);
}