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/error.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/error.c')
| -rw-r--r-- | src/error.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/error.c b/src/error.c index 2dbfe0ac2..d18311633 100644 --- a/src/error.c +++ b/src/error.c @@ -1,6 +1,6 @@ /* ** error.c - Exception class -** +** ** See Copyright Notice in mruby.h */ @@ -332,7 +332,7 @@ error_pos(void) static void set_backtrace(mrb_state *mrb, mrb_value info, mrb_value bt) { - mrb_funcall(mrb, info, "set_backtrace", 1, bt); + mrb_funcall(mrb, info, "set_backtrace", 1, bt); } mrb_value |
