Skip to content

Commit 06c9c76

Browse files
committed
chore: fmt
1 parent 7c3f1ed commit 06c9c76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/protocol.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ pub fn parse_srtla_ack(buf: &[u8]) -> Vec<u32> {
158158
return vec![];
159159
}
160160
let mut out = Vec::new();
161-
161+
162162
// Match original C implementation behavior: skip first 4 bytes, not 2
163163
// The C code does: uint32_t *acks = (uint32_t *)buf; for (int i = 1; ...)
164164
// which effectively skips acks[0] (first 4 bytes)

0 commit comments

Comments
 (0)