Revision: 8243
Author:   [email protected]
Date:     Thu Jun  9 08:07:45 2011
Log:      fixed style mistake found in presubmit.py

Review URL: http://codereview.chromium.org/6995110
http://code.google.com/p/v8/source/detail?r=8243

Modified:
 /branches/bleeding_edge/src/d8.cc

=======================================
--- /branches/bleeding_edge/src/d8.cc   Thu Jun  9 07:28:49 2011
+++ /branches/bleeding_edge/src/d8.cc   Thu Jun  9 08:07:45 2011
@@ -904,7 +904,6 @@
     if (threads.length() > 0 && use_preemption) {
       Locker::StartPreemption(preemption_interval);
     }
-
   }

   for (int i = 0; i < threads.length(); i++) {
@@ -980,7 +979,7 @@
   return result;
 }

-} // namespace v8
+}  // namespace v8


 #ifndef GOOGLE3

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

Reply via email to