[Groonga-mysql-commit] mroonga/mroonga [master] remove a trailing space.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 6月 8日 (水) 10:58:08 JST


Kouhei Sutou	2011-06-08 01:58:08 +0000 (Wed, 08 Jun 2011)

  New Revision: 5300c673eec4b40a6592dbaf4a8e727b5fe64853

  Log:
    remove a trailing space.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+1 -1)
===================================================================
--- ha_mroonga.cc    2011-06-08 01:55:13 +0000 (d595915)
+++ ha_mroonga.cc    2011-06-08 01:58:08 +0000 (e2fd541)
@@ -1754,7 +1754,7 @@ int ha_mroonga::update_row(const uchar *old_data, uchar *new_data)
         if (strncmp(MRN_ID_COL_NAME, col_name, col_name_size) == 0) {
           my_message(ER_DATA_TOO_LONG, "cannot update value to _id column", MYF(0));
           DBUG_RETURN(ER_DATA_TOO_LONG);
-        } 
+        }
         if (strncmp(MRN_SCORE_COL_NAME, col_name, col_name_size) == 0) {
           my_message(ER_DATA_TOO_LONG, "cannot update value to _score column", MYF(0));
           DBUG_RETURN(ER_DATA_TOO_LONG);




Groonga-mysql-commit メーリングリストの案内
Back to archive index