Skip to content

Commit 94e7d40

Browse files
authored
Update test/srtp_driver.c
format code
1 parent 1fe2dbd commit 94e7d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/srtp_driver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3517,7 +3517,7 @@ static srtp_err_status_t test_set_receiver_roc(uint32_t packets,
35173517
}
35183518

35193519
while (stride > (packets - i) && stride > 1) {
3520-
stride >>= 1;
3520+
stride >>= 1;
35213521
}
35223522

35233523
i += stride;

0 commit comments

Comments
 (0)