add a space after C reserved words

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-03-18 23:57:29 +09:00
parent 575d919122
commit 3e24e06b29
8 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -2447,7 +2447,7 @@ scope_new(mrb_state *mrb, codegen_scope *prev, node *lv)
/* debug setting */
p->debug_start_pos = 0;
if(p->filename) {
if (p->filename) {
mrb_debug_info_alloc(mrb, p->irep);
p->irep->filename = p->filename;
p->irep->lines = p->lines;