diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-04-30 15:41:37 -0700 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2012-04-30 15:41:37 -0700 |
| commit | 7c9080302801e2f2619c1848627bc310c7f3c1cb (patch) | |
| tree | 40539734fd32004652f7c98e2b88921aa57c8b25 /src/load.c | |
| parent | 6b739d91735fe83bd29f6ca8505c00d530e85584 (diff) | |
| parent | 4ec6d41f16e20fadc6f4c0de363a26a59a1a13fb (diff) | |
| download | mruby-7c9080302801e2f2619c1848627bc310c7f3c1cb.tar.gz mruby-7c9080302801e2f2619c1848627bc310c7f3c1cb.zip | |
Merge pull request #79 from rystyle/whitespace
rm whitespace mix
Diffstat (limited to 'src/load.c')
| -rw-r--r-- | src/load.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/load.c b/src/load.c index 3b62a0e7a..23b647ab6 100644 --- a/src/load.c +++ b/src/load.c @@ -1,6 +1,6 @@ /* ** load.c - mruby binary loader -** +** ** See Copyright Notice in mruby.h */ @@ -412,12 +412,12 @@ read_rite_irep_record(mrb_state *mrb, unsigned char *src, mrb_irep *irep, uint32 switch (tt) { //pool data case MRB_TT_FIXNUM: - fix_num = readint(buf, 10); + fix_num = readint(buf, 10); irep->pool[i] = mrb_fixnum_value(fix_num); break; case MRB_TT_FLOAT: - f = readfloat(buf); + f = readfloat(buf); irep->pool[i] = mrb_float_value(f); break; |
