From 2170fad406ecbb7a9ace6f762a376b3bdc860352 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 1 Aug 2017 16:31:18 +0900 Subject: Cosmetic changes (removing spaces before `*` in return types). --- src/debug.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/debug.c') diff --git a/src/debug.c b/src/debug.c index d2bcd7d5e..8e431af95 100644 --- a/src/debug.c +++ b/src/debug.c @@ -3,7 +3,7 @@ #include #include -static mrb_irep_debug_info_file * +static mrb_irep_debug_info_file* get_file(mrb_irep_debug_info *info, uint32_t pc) { mrb_irep_debug_info_file **ret; @@ -108,7 +108,7 @@ mrb_debug_get_line(mrb_irep *irep, uint32_t pc) return -1; } -MRB_API mrb_irep_debug_info * +MRB_API mrb_irep_debug_info* mrb_debug_info_alloc(mrb_state *mrb, mrb_irep *irep) { static const mrb_irep_debug_info initial = { 0, 0, NULL }; @@ -121,7 +121,7 @@ mrb_debug_info_alloc(mrb_state *mrb, mrb_irep *irep) return ret; } -MRB_API mrb_irep_debug_info_file * +MRB_API mrb_irep_debug_info_file* mrb_debug_info_append_file(mrb_state *mrb, mrb_irep *irep, uint32_t start_pos, uint32_t end_pos) { -- cgit v1.2.3