From 2fadddcd20a16afe0e710d07288e106993a43a07 Mon Sep 17 00:00:00 2001 From: Christopher Aue Date: Wed, 9 Aug 2017 21:42:42 +0200 Subject: Replaced tabs with spaces --- include/mrbconf.h | 4 ++-- include/mruby/common.h | 2 +- include/mruby/compile.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/mrbconf.h b/include/mrbconf.h index b246b970c..7559dca05 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -87,10 +87,10 @@ //#define MRB_FIXED_STATE_ATEXIT_STACK /* -DMRB_DISABLE_XXXX to drop following features */ -//#define MRB_DISABLE_STDIO /* use of stdio */ +//#define MRB_DISABLE_STDIO /* use of stdio */ /* -DMRB_ENABLE_XXXX to enable following features */ -//#define MRB_ENABLE_DEBUG_HOOK /* hooks for debugger */ +//#define MRB_ENABLE_DEBUG_HOOK /* hooks for debugger */ /* end of configuration */ diff --git a/include/mruby/common.h b/include/mruby/common.h index 160639922..d6ec78b0d 100644 --- a/include/mruby/common.h +++ b/include/mruby/common.h @@ -14,7 +14,7 @@ #define MRB_END_DECL #else # define MRB_BEGIN_DECL extern "C" { -# define MRB_END_DECL } +# define MRB_END_DECL } #endif #else /** Start declarations in C mode */ diff --git a/include/mruby/compile.h b/include/mruby/compile.h index 13e04d0fc..a888aae0c 100644 --- a/include/mruby/compile.h +++ b/include/mruby/compile.h @@ -138,7 +138,7 @@ struct mrb_parser_state { int tidx; int tsiz; - mrb_ast_node *all_heredocs; /* list of mrb_parser_heredoc_info* */ + mrb_ast_node *all_heredocs; /* list of mrb_parser_heredoc_info* */ mrb_ast_node *heredocs_from_nextline; mrb_ast_node *parsing_heredoc; mrb_ast_node *lex_strterm_before_heredoc; -- cgit v1.2.3