Fix lint.
authoryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 22 Jun 2012 10:11:19 +0000 (10:11 +0000)
committeryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 22 Jun 2012 10:11:19 +0000 (10:11 +0000)
BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com/10640018

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11903 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

src/mark-compact.cc

index 97352e6..06cc19a 100644 (file)
@@ -534,7 +534,6 @@ void MarkCompactCollector::CollectEvacuationCandidates(PagedSpace* space) {
   static const intptr_t kFreenessThreshold = 50;
 
   if (over_reserved >= 2 * space->AreaSize()) {
-
     // If reduction of memory footprint was requested, we are aggressive
     // about choosing pages to free.  We expect that half-empty pages
     // are easier to compact so slightly bump the limit.