summaryrefslogtreecommitdiff
path: root/node.c
diff options
context:
space:
mode:
authorgit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-06-04 11:40:21 +0900
committergit <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-06-04 11:40:21 +0900
commitb0cb4bdb4ee2aabc2f068a194a10882515d995d3 (patch)
treeffd391cea17dd217cbcb16f8c14c60f78a7a696a /node.c
parent7866ed850c1ae95a6b115e09f3788d5b623f0708 (diff)
* expand tabs.
Diffstat (limited to 'node.c')
-rw-r--r--node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.c b/node.c
index d2bf9bf150..558a4cef47 100644
--- a/node.c
+++ b/node.c
@@ -92,7 +92,7 @@ add_id(VALUE buf, ID id)
A(":"); AR(str);
}
else {
- rb_str_catf(buf, "(internal variable: 0x%"PRIsVALUE")", id);
+ rb_str_catf(buf, "(internal variable: 0x%"PRIsVALUE")", id);
}
}
}