Applying graceful linting.

This commit is contained in:
Dr. Chat 2016-08-01 16:36:41 -05:00
parent 99090e0a22
commit a7e4bc8f49
1 changed files with 1 additions and 3 deletions

View File

@ -329,9 +329,7 @@ void BufferCache::InvalidateCache() {
// TODO(benvanik): caching.
}
void BufferCache::ClearCache() {
transient_cache_.clear();
}
void BufferCache::ClearCache() { transient_cache_.clear(); }
void BufferCache::Scavenge() { transient_buffer_->Scavenge(); }