Reviewers: Jakob,

Description:
Fix trailing whitespace in gdbinit file.

[email protected]

Please review this at https://codereview.chromium.org/379133003/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+2, -2 lines):
  M tools/gdbinit


Index: tools/gdbinit
diff --git a/tools/gdbinit b/tools/gdbinit
index 0c99ae1e013e53ca5f58af1aba304610ff37e117..20cdff618c8121ccfff9d880c97d2aa88adf106b 100644
--- a/tools/gdbinit
+++ b/tools/gdbinit
@@ -21,7 +21,7 @@ Usage: jco pc
 end

 # Print JavaScript stack trace.
-define jst
+define jst
 print v8::internal::Isolate::Current()->PrintStack(stdout)
 end
 document jst
@@ -30,4 +30,4 @@ Usage: jst
 end

 set disassembly-flavor intel
-set disable-randomization off
+set disable-randomization off


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to