Skip to content

Commit e1cb78c

Browse files
committed
clang-format
1 parent 9b26f8a commit e1cb78c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crypto/cipher/cipher.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,8 +667,8 @@ uint64_t srtp_cipher_bits_per_second(srtp_cipher_t *c,
667667

668668
// Get tag if supported by the cipher
669669
if (c->type->get_tag) {
670-
if (srtp_cipher_get_tag(c, (uint8_t *)(enc_buf + len),
671-
&tag_len) != srtp_err_status_ok) {
670+
if (srtp_cipher_get_tag(c, (uint8_t *)(enc_buf + len), &tag_len) !=
671+
srtp_err_status_ok) {
672672
srtp_crypto_free(enc_buf);
673673
return 0;
674674
}

0 commit comments

Comments
 (0)