summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gdbinit8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gdbinit b/.gdbinit
index 60aa8fb6ac..8979e8b47c 100644
--- a/.gdbinit
+++ b/.gdbinit
@@ -1102,11 +1102,11 @@ define print_id
set $arylen = $ary->as.heap.len
end
set $result = $aryptr[($serial % ID_ENTRY_UNIT) * ID_ENTRY_SIZE + $t]
- if $result != RUBY_Qnil
+ if $result != RUBY_Qnil
print_string $result
- else
- echo undef
- end
+ else
+ echo undef
+ end
end
end
end