Unify brackets for opening blocks with comments

This commit is contained in:
moving-bits 2023-04-29 19:04:52 +02:00
parent 340227016a
commit 79b1eda1ed
28 changed files with 83 additions and 164 deletions

View file

@ -220,8 +220,7 @@ public final class NodesCache {
node.parseNodeBody(segment, nodesMap, expCtxWay);
}
if (garbageCollectionEnabled) // garbage collection
{
if (garbageCollectionEnabled) { // garbage collection
cacheSum -= segment.collect(segment.getSize() >> 1); // threshold = 1/2 of size is deleted
}