mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 20:04:13 +00:00
Style cleanup by leper, preparing the SpiderMonkey update. Refs #3708
This was SVN commit r18579.
This commit is contained in:
@@ -227,7 +227,7 @@ void ScriptRuntime::MaybeIncrementalGC(double delay)
|
||||
|
||||
// A hack to make sure we never exceed the runtime size because we can't collect the memory
|
||||
// fast enough.
|
||||
if(gcBytes > m_RuntimeSize / 2)
|
||||
if (gcBytes > m_RuntimeSize / 2)
|
||||
{
|
||||
if (JS::IsIncrementalGCInProgress(m_rt))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user