summaryrefslogtreecommitdiff
path: root/vm_dump.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-05 04:49:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-05 04:49:54 +0000
commit194a01a484de0ed73256fea0321264b8aebfd258 (patch)
tree65854c70d59a37aa511bdc82aa9221725870392c /vm_dump.c
parent35eb54258865b73ac83bca0f1375c6c1f42c61d9 (diff)
* compile.c: fixed indentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_dump.c')
-rw-r--r--vm_dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_dump.c b/vm_dump.c
index ca7d13f7c7..f5baefbd7a 100644
--- a/vm_dump.c
+++ b/vm_dump.c
@@ -584,7 +584,7 @@ yarv_bug(void)
if (GET_THREAD()->vm) {
int i;
SDR();
-
+
bt = th_backtrace(th, 0);
if (TYPE(bt) == T_ARRAY)
for (i = 0; i < RARRAY_LEN(bt); i++) {