Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Nov 7, 2022
1 parent 9b26f8a commit e1cb78c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crypto/cipher/cipher.c
Original file line number Diff line number Diff line change
Expand Up @@ -667,8 +667,8 @@ uint64_t srtp_cipher_bits_per_second(srtp_cipher_t *c,

// Get tag if supported by the cipher
if (c->type->get_tag) {
if (srtp_cipher_get_tag(c, (uint8_t *)(enc_buf + len),
&tag_len) != srtp_err_status_ok) {
if (srtp_cipher_get_tag(c, (uint8_t *)(enc_buf + len), &tag_len) !=
srtp_err_status_ok) {
srtp_crypto_free(enc_buf);
return 0;
}
Expand Down

0 comments on commit e1cb78c

Please sign in to comment.