Revision: 3306
Author: [email protected]
Date: Fri Nov 13 07:05:50 2009
Log: Remove trailing whitespace.

[email protected]
Review URL: http://codereview.chromium.org/384121
http://code.google.com/p/v8/source/detail?r=3306

Modified:
  /branches/bleeding_edge/test/cctest/test-debug.cc

=======================================
--- /branches/bleeding_edge/test/cctest/test-debug.cc   Fri Nov 13 06:04:08  
2009
+++ /branches/bleeding_edge/test/cctest/test-debug.cc   Fri Nov 13 07:05:50  
2009
@@ -2744,14 +2744,14 @@
    // Set breakpoint in the script.
    SetScriptBreakPointByNameFromJS(script_name, 0, -1);
    break_point_hit_count = 0;
-
+
    v8::ScriptOrigin origin(v8::String::New(script_name),  
v8::Integer::New(0));
    v8::Handle<v8::Script> script = v8::Script::Compile(v8::String::New(src),
                                                        &origin);
    v8::Local<v8::Value> r = script->Run();

    CHECK(r->IsFunction());
-  CHECK_EQ(1, break_point_hit_count );
+  CHECK_EQ(1, break_point_hit_count);

    // Get rid of the debug event listener.
    v8::Debug::SetDebugEventListener(NULL);

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

Reply via email to