[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] remove trailing spaces.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:25:01 JST 2012


Kouhei Sutou	2011-06-13 19:09:25 +0900 (Mon, 13 Jun 2011)

  New Revision: 98c780a6d5bf9c85ae13065890b3dfd3eb617abd
  https://github.com/mroonga/mroonga/commit/98c780a6d5bf9c85ae13065890b3dfd3eb617abd

  Log:
    remove trailing spaces.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+2 -2)
===================================================================
--- ha_mroonga.cc    2011-06-13 18:25:33 +0900 (7481e0b)
+++ ha_mroonga.cc    2011-06-13 19:09:25 +0900 (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);
-      } 
+      }
     }
   }
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index