Navigation Menu

Skip to content

Commit

Permalink
remove trailing spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 13, 2011
1 parent 1a92559 commit 98c780a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ha_mroonga.cc
Expand Up @@ -2331,14 +2331,14 @@ int ha_mroonga::default_write_row(uchar *buf)
#endif
my_message(ER_DATA_TOO_LONG, "cannot insert value to _id column", MYF(0));
DBUG_RETURN(ER_DATA_TOO_LONG);
}
}
if (strncmp(MRN_SCORE_COL_NAME, col_name, col_name_size) == 0) {
#ifndef DBUG_OFF
dbug_tmp_restore_column_map(table->read_set, tmp_map);
#endif
my_message(ER_DATA_TOO_LONG, "cannot insert value to _score column", MYF(0));
DBUG_RETURN(ER_DATA_TOO_LONG);
}
}
}
}

Expand Down

0 comments on commit 98c780a

Please sign in to comment.