mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 13:03:45 +02:00
fix formatting
This commit is contained in:
parent
e6802690b8
commit
6306db65a1
2 changed files with 9 additions and 6 deletions
|
@ -543,7 +543,8 @@ FORCE_INLINE int LZ4_compress_generic(
|
||||||
} else {
|
} else {
|
||||||
refDelta = 0;
|
refDelta = 0;
|
||||||
lowLimit = (const BYTE*)source;
|
lowLimit = (const BYTE*)source;
|
||||||
} }
|
}
|
||||||
|
}
|
||||||
forwardH = LZ4_hashPosition(forwardIp, tableType);
|
forwardH = LZ4_hashPosition(forwardIp, tableType);
|
||||||
LZ4_putPositionOnHash(ip, h, cctx->hashTable, tableType, base);
|
LZ4_putPositionOnHash(ip, h, cctx->hashTable, tableType, base);
|
||||||
|
|
||||||
|
@ -633,7 +634,8 @@ _next_match:
|
||||||
} else {
|
} else {
|
||||||
refDelta = 0;
|
refDelta = 0;
|
||||||
lowLimit = (const BYTE*)source;
|
lowLimit = (const BYTE*)source;
|
||||||
} }
|
}
|
||||||
|
}
|
||||||
LZ4_putPosition(ip, cctx->hashTable, tableType, base);
|
LZ4_putPosition(ip, cctx->hashTable, tableType, base);
|
||||||
if ( ((dictIssue==dictSmall) ? (match>=lowRefLimit) : 1)
|
if ( ((dictIssue==dictSmall) ? (match>=lowRefLimit) : 1)
|
||||||
&& (match+MAX_DISTANCE>=ip)
|
&& (match+MAX_DISTANCE>=ip)
|
||||||
|
@ -823,7 +825,8 @@ FORCE_INLINE int LZ4_decompress_generic(
|
||||||
} else {
|
} else {
|
||||||
memcpy(op, lowPrefix, restSize);
|
memcpy(op, lowPrefix, restSize);
|
||||||
op += restSize;
|
op += restSize;
|
||||||
} }
|
}
|
||||||
|
}
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue