From d5951b8ef9b59d619a7c64bd6179a54ed3e65495 Mon Sep 17 00:00:00 2001 From: "yangguo@chromium.org" Date: Thu, 9 Jun 2011 15:07:45 +0000 Subject: [PATCH] fixed style mistake found in presubmit.py Review URL: http://codereview.chromium.org/6995110 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8243 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/d8.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/d8.cc b/src/d8.cc index 6371f86..022860e 100644 --- a/src/d8.cc +++ b/src/d8.cc @@ -904,7 +904,6 @@ int Shell::RunMain(int argc, char* argv[]) { if (threads.length() > 0 && use_preemption) { Locker::StartPreemption(preemption_interval); } - } for (int i = 0; i < threads.length(); i++) { @@ -980,7 +979,7 @@ int Shell::Main(int argc, char* argv[]) { return result; } -} // namespace v8 +} // namespace v8 #ifndef GOOGLE3 -- 2.7.4