Reviewers: Vyacheslav Egorov,

Message:
TBR=vegorov

Description:
Removing white spaces introduced in r8142.

Please review this at http://codereview.chromium.org/7025005/

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/heap.h
  M     src/heap.cc


Index: src/heap.cc
===================================================================
--- src/heap.cc (revision 8142)
+++ src/heap.cc (working copy)
@@ -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);
Index: src/heap.h
===================================================================
--- src/heap.h  (revision 8142)
+++ src/heap.h  (working copy)
@@ -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