Revision: 8143
Author:   [email protected]
Date:     Wed Jun  1 05:24:55 2011
Log:      Removing white spaces introduced in r8142.
Review URL: http://codereview.chromium.org/7025005
http://code.google.com/p/v8/source/detail?r=8143

Modified:
 /branches/bleeding_edge/src/heap.cc
 /branches/bleeding_edge/src/heap.h

=======================================
--- /branches/bleeding_edge/src/heap.cc Wed Jun  1 04:46:14 2011
+++ /branches/bleeding_edge/src/heap.cc Wed Jun  1 05:24:55 2011
@@ -794,7 +794,7 @@
   }

   isolate_->counters()->objs_since_last_young()->Set(0);
-
+
   gc_post_processing_depth_++;
   { DisableAssertNoAllocation allow_allocation;
     GCTracer::Scope scope(tracer, GCTracer::Scope::EXTERNAL);
=======================================
--- /branches/bleeding_edge/src/heap.h  Wed Jun  1 04:46:14 2011
+++ /branches/bleeding_edge/src/heap.h  Wed Jun  1 05:24:55 2011
@@ -1053,7 +1053,7 @@

   enum HeapState { NOT_IN_GC, SCAVENGE, MARK_COMPACT };
   inline HeapState gc_state() { return gc_state_; }
-
+
inline bool IsInGCPostProcessing() { return gc_post_processing_depth_ > 0; }

 #ifdef DEBUG

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to