summaryrefslogtreecommitdiffstats
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
commita6e87fd56a1711b2f3c08c8331a2e2f64e567218 (patch)
tree65854c70d59a37aa511bdc82aa9221725870392c /vm_dump.c
parentc8380b883f5db44784b3822c75d1715a169a10ec (diff)
downloadruby-a6e87fd56a1711b2f3c08c8331a2e2f64e567218.tar.gz
ruby-a6e87fd56a1711b2f3c08c8331a2e2f64e567218.tar.xz
ruby-a6e87fd56a1711b2f3c08c8331a2e2f64e567218.zip
* compile.c: fixed indentation.
git-svn-id: http://svn.ruby-lang.org/repos/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 ca7d13f7c..f5baefbd7 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++) {