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

@ -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