Fix trailing whitespace in gdbinit file.

R=jkummerow@chromium.org

Review URL: https://codereview.chromium.org/379133003

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22296 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 50beec97
...@@ -21,7 +21,7 @@ Usage: jco pc ...@@ -21,7 +21,7 @@ Usage: jco pc
end end
# Print JavaScript stack trace. # Print JavaScript stack trace.
define jst define jst
print v8::internal::Isolate::Current()->PrintStack(stdout) print v8::internal::Isolate::Current()->PrintStack(stdout)
end end
document jst document jst
...@@ -30,4 +30,4 @@ Usage: jst ...@@ -30,4 +30,4 @@ Usage: jst
end end
set disassembly-flavor intel set disassembly-flavor intel
set disable-randomization off set disable-randomization off
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment