add newline at end of files js/src/gc

This commit is contained in:
win7-7 2019-04-29 15:33:52 +03:00 committed by Roy Tam
commit 9051e1dd6a
4 changed files with 4 additions and 4 deletions

View file

@ -1350,4 +1350,4 @@ class MOZ_RAII AutoMaybeStartBackgroundAllocation
} /* namespace js */
#endif
#endif

View file

@ -540,4 +540,4 @@ GCRuntime::resetBufferedGrayRoots() const
"Do not clear the gray buffers unless we are Failed or becoming Unused");
for (GCZonesIter zone(rt); !zone.done(); zone.next())
zone->gcGrayRoots.clearAndFree();
}
}

View file

@ -483,4 +483,4 @@ JS_PUBLIC_API(void)
JS::shadow::RegisterWeakCache(JS::Zone* zone, WeakCache<void*>* cachep)
{
zone->registerWeakCache(cachep);
}
}

View file

@ -741,4 +741,4 @@ class ZoneAllocPolicy
} // namespace js
#endif // gc_Zone_h
#endif // gc_Zone_h