From cf28f8fdaf59d6a40b4a78cffc5ec8ee9b8a51c8 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 29 Sep 2017 17:19:39 +0800 Subject: [PATCH] space format --- src/parser/bison_parser.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser/bison_parser.y b/src/parser/bison_parser.y index 7d280a9..b18ac19 100755 --- a/src/parser/bison_parser.y +++ b/src/parser/bison_parser.y @@ -186,7 +186,7 @@ int yyerror(YYLTYPE* llocp, SQLParserResult* result, yyscan_t scanner, const cha %type update_statement %type drop_statement %type show_statement -%type table_name +%type table_name %type opt_alias alias file_path prepare_target_query %type opt_not_exists opt_exists opt_distinct %type import_file_type opt_join_type column_type