commit | b25c3f6a86dc634ce44fb2849385b49465caa84d | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Mar 26 16:35:06 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Mon Mar 26 17:11:59 2012 -0700 |
tree | f359c72d821d913f78b977d8dde0fc7023afb511 | |
parent | fc9e6fabed89d948fa8c0e9d673e430076712c60 [diff] [blame] |
Fix cpplint's whitespace complaints. Change-Id: I11fd2db2badf7bd98e7866ca2155d8ef1e112408
diff --git a/src/space.cc b/src/space.cc index cb8746f..15b7caf 100644 --- a/src/space.cc +++ b/src/space.cc
@@ -164,7 +164,7 @@ CHECK(ptrs != NULL); size_t num_broken_ptrs = 0; for (size_t i = 0; i < num_ptrs; i++) { - if(!Contains(ptrs[i])) { + if (!Contains(ptrs[i])) { num_broken_ptrs++; LOG(ERROR) << "FreeList[" << i << "] (" << ptrs[i] << ") not in bounds of heap " << *this; }