Bug 1724509: apply code formatting via Lando

# ignore-this-changeset
This commit is contained in:
Otto Länd 2023-05-17 20:06:03 +00:00
Родитель 5061dadd5a
Коммит 50897e24f4
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -696,9 +696,7 @@ void StartupCache::IgnoreDiskCache() {
if (gStartupCache) gStartupCache->InvalidateCache(); if (gStartupCache) gStartupCache->InvalidateCache();
} }
bool StartupCache::GetIgnoreDiskCache() { bool StartupCache::GetIgnoreDiskCache() { return gIgnoreDiskCache; }
return gIgnoreDiskCache;
}
void StartupCache::WaitOnPrefetch() { void StartupCache::WaitOnPrefetch() {
// This can't be called from within ThreadedPrefetch() // This can't be called from within ThreadedPrefetch()