summaryrefslogtreecommitdiffhomepage
path: root/src/dump.c
diff options
context:
space:
mode:
authorroco <[email protected]>2012-04-30 14:29:19 -0700
committerroco <[email protected]>2012-04-30 14:29:19 -0700
commit4ec6d41f16e20fadc6f4c0de363a26a59a1a13fb (patch)
tree40539734fd32004652f7c98e2b88921aa57c8b25 /src/dump.c
parent6b739d91735fe83bd29f6ca8505c00d530e85584 (diff)
downloadmruby-4ec6d41f16e20fadc6f4c0de363a26a59a1a13fb.tar.gz
mruby-4ec6d41f16e20fadc6f4c0de363a26a59a1a13fb.zip
rm whitespace
Diffstat (limited to 'src/dump.c')
-rw-r--r--src/dump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dump.c b/src/dump.c
index 61297eb10..1771a061c 100644
--- a/src/dump.c
+++ b/src/dump.c
@@ -1,6 +1,6 @@
/*
** dump.c - mruby binary dumper (Rite binary format)
-**
+**
** See Copyright Notice in mruby.h
*/
@@ -661,7 +661,7 @@ mrb_dump_irep(mrb_state *mrb, int top, FILE* fp)
if (fwrite("00000000"/* end of file */, 8, 1, fp) != 1)
return MRB_DUMP_WRITE_FAULT;
- rc = dump_rite_header(mrb, top, fp, rbds); //TODO: Remove top(SIREP)
+ rc = dump_rite_header(mrb, top, fp, rbds); //TODO: Remove top(SIREP)
return rc;
}