Replaced tabs with spaces

This commit is contained in:
Christopher Aue
2017-08-09 21:42:42 +02:00
parent 24c345fe5c
commit 2fadddcd20
8 changed files with 127 additions and 129 deletions
+1 -1
View File
@@ -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 */
+1 -1
View File
@@ -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;