Reviewers: Søren Gjesse, Description: Fix presubmit error: remove whitespace
TBR=sgjesse Please review this at http://codereview.chromium.org/504012 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M test/cctest/test-debug.cc Index: test/cctest/test-debug.cc =================================================================== --- test/cctest/test-debug.cc (revision 3465) +++ test/cctest/test-debug.cc (working copy) @@ -3169,7 +3169,7 @@ } // Check that no DebugBreak events occured during the context creation. CHECK_EQ(0, break_point_hit_count); - + // Get rid of the debug event listener. v8::Debug::SetDebugEventListener(NULL); CheckDebuggerUnloaded(); -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
