Revision: 3466 Author: [email protected] Date: Tue Dec 15 01:34:00 2009 Log: Fix presubmit error: remove whitespace
TBR=sgjesse Review URL: http://codereview.chromium.org/504012 http://code.google.com/p/v8/source/detail?r=3466 Modified: /branches/bleeding_edge/test/cctest/test-debug.cc ======================================= --- /branches/bleeding_edge/test/cctest/test-debug.cc Tue Dec 15 01:17:15 2009 +++ /branches/bleeding_edge/test/cctest/test-debug.cc Tue Dec 15 01:34:00 2009 @@ -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
