Skip to content

Commit

Permalink
Applying graceful linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrChat committed Aug 1, 2016
1 parent 99090e0 commit a7e4bc8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/xenia/gpu/vulkan/buffer_cache.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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(); }

Expand Down

0 comments on commit a7e4bc8

Please sign in to comment.