fixed coding style

sql/sql_yacc.yy:
  Fixed coding style (tabs)
This commit is contained in:
unknown 2007-11-05 16:52:04 -07:00
parent b5bf2f73fc
commit cecc270212

View File

@ -9786,7 +9786,8 @@ literal:
}
| DATE_SYM text_literal { $$ = $2; }
| TIME_SYM text_literal { $$ = $2; }
| TIMESTAMP text_literal { $$ = $2; };
| TIMESTAMP text_literal { $$ = $2; }
;
NUM_literal:
NUM