Fix presubmit error: remove whitespace

TBR=sgjesse
Review URL: http://codereview.chromium.org/504012

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3466 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
yurys@chromium.org 2009-12-15 09:34:00 +00:00
parent e88df5b792
commit bb0431b097

View File

@ -3169,7 +3169,7 @@ TEST(NoBreakWhenBootstrapping) {
} }
// Check that no DebugBreak events occured during the context creation. // Check that no DebugBreak events occured during the context creation.
CHECK_EQ(0, break_point_hit_count); CHECK_EQ(0, break_point_hit_count);
// Get rid of the debug event listener. // Get rid of the debug event listener.
v8::Debug::SetDebugEventListener(NULL); v8::Debug::SetDebugEventListener(NULL);
CheckDebuggerUnloaded(); CheckDebuggerUnloaded();