Skip to content

Commit

Permalink
Coding style fixes: remove trailing spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Vojtovich committed Jul 10, 2014
1 parent 01d47a4 commit afbb2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/myisam/ft_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ MYSQL_FTPARSER_PARAM* ftparser_alloc_param(MI_INFO *info)
{
if (!info->ftparser_param)
{
/*
/*
. info->ftparser_param can not be zero after the initialization,
because it always includes built-in fulltext parser. And built-in
parser can be called even if the table has no fulltext indexes and
Expand Down

0 comments on commit afbb2e2

Please sign in to comment.