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

Back to archive index

null+****@clear***** null+****@clear*****
2011年 6月 13日 (月) 19:09:25 JST


Kouhei Sutou	2011-06-13 10:09:25 +0000 (Mon, 13 Jun 2011)

  New Revision: 98c780a6d5bf9c85ae13065890b3dfd3eb617abd

  Log:
    remove trailing spaces.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+2 -2)
===================================================================
--- ha_mroonga.cc    2011-06-13 09:25:33 +0000 (7481e0b)
+++ ha_mroonga.cc    2011-06-13 10:09:25 +0000 (c0bea91)
@@ -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);
-      } 
+      }
     }
   }
 




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