Fix style issues caught by presubmit script.
authorfeng@chromium.org <feng@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 20 Apr 2009 17:44:39 +0000 (17:44 +0000)
committerfeng@chromium.org <feng@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 20 Apr 2009 17:44:39 +0000 (17:44 +0000)
TBR = erikcorry

Review URL: http://codereview.chromium.org/83004

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1746 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

src/api.cc
src/debug.h
src/runtime.cc

index 988195d..ca76c5e 100644 (file)
@@ -3263,7 +3263,7 @@ Handle<Value> Debug::Call(v8::Handle<v8::Function> fun,
 bool Debug::EnableAgent(const char* name, int port) {
   return i::Debugger::StartAgent(name, port);
 }
-#endif // ENABLE_DEBUGGER_SUPPORT
+#endif  // ENABLE_DEBUGGER_SUPPORT
 
 namespace internal {
 
index d8f89a2..e46b816 100644 (file)
@@ -720,6 +720,6 @@ class Debug_Address {
 
 } }  // namespace v8::internal
 
-#endif // ENABLE_DEBUGGER_SUPPORT
+#endif  // ENABLE_DEBUGGER_SUPPORT
 
 #endif  // V8_V8_DEBUG_H_
index 31028ae..309700e 100644 (file)
@@ -6793,7 +6793,8 @@ static Object* Runtime_FunctionGetAssemblerCode(Arguments args) {
 #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