Author: [email protected]
Date: Mon Apr 20 10:44:39 2009
New Revision: 1746
Modified:
branches/bleeding_edge/src/api.cc
branches/bleeding_edge/src/debug.h
branches/bleeding_edge/src/runtime.cc
Log:
Fix style issues caught by presubmit script.
TBR = erikcorry
Review URL: http://codereview.chromium.org/83004
Modified: branches/bleeding_edge/src/api.cc
==============================================================================
--- branches/bleeding_edge/src/api.cc (original)
+++ branches/bleeding_edge/src/api.cc Mon Apr 20 10:44:39 2009
@@ -3263,7 +3263,7 @@
bool Debug::EnableAgent(const char* name, int port) {
return i::Debugger::StartAgent(name, port);
}
-#endif // ENABLE_DEBUGGER_SUPPORT
+#endif // ENABLE_DEBUGGER_SUPPORT
namespace internal {
Modified: branches/bleeding_edge/src/debug.h
==============================================================================
--- branches/bleeding_edge/src/debug.h (original)
+++ branches/bleeding_edge/src/debug.h Mon Apr 20 10:44:39 2009
@@ -720,6 +720,6 @@
} } // namespace v8::internal
-#endif // ENABLE_DEBUGGER_SUPPORT
+#endif // ENABLE_DEBUGGER_SUPPORT
#endif // V8_V8_DEBUG_H_
Modified: branches/bleeding_edge/src/runtime.cc
==============================================================================
--- branches/bleeding_edge/src/runtime.cc (original)
+++ branches/bleeding_edge/src/runtime.cc Mon Apr 20 10:44:39 2009
@@ -6793,7 +6793,8 @@
#endif // DEBUG
return Heap::undefined_value();
}
-#endif // ENABLE_DEBUGGER_SUPPORT
+#endif // ENABLE_DEBUGGER_SUPPORT
+
// Finds the script object from the script data. NOTE: This operation uses
// heap traversal to find the function generated for the source position
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---