xb format --all (we are now format clean). Buildbot will yell at you.

This commit is contained in:
Ben Vanik
2015-06-22 22:26:51 -07:00
parent f902f8b78a
commit fb1f4906d9
87 changed files with 3542 additions and 2938 deletions

View File

@@ -66,9 +66,7 @@ void* Arena::Alloc(size_t size) {
return p;
}
void Arena::Rewind(size_t size) {
active_chunk_->offset -= size;
}
void Arena::Rewind(size_t size) { active_chunk_->offset -= size; }
void* Arena::CloneContents() {
size_t total_length = 0;