fixed coding style
sql/sql_yacc.yy: Fixed coding style (tabs)
This commit is contained in:
parent
b5bf2f73fc
commit
cecc270212
@ -9784,9 +9784,10 @@ literal:
|
||||
MYSQL_YYABORT;
|
||||
}
|
||||
}
|
||||
| DATE_SYM text_literal { $$ = $2; }
|
||||
| TIME_SYM text_literal { $$ = $2; }
|
||||
| TIMESTAMP text_literal { $$ = $2; };
|
||||
| DATE_SYM text_literal { $$ = $2; }
|
||||
| TIME_SYM text_literal { $$ = $2; }
|
||||
| TIMESTAMP text_literal { $$ = $2; }
|
||||
;
|
||||
|
||||
NUM_literal:
|
||||
NUM
|
||||
|
Loading…
x
Reference in New Issue
Block a user