[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] remove a needless newline before "{".

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:26:46 JST 2012


Kouhei Sutou	2011-07-11 16:48:38 +0900 (Mon, 11 Jul 2011)

  New Revision: aa96a6998d9371e010b4f56bf229040a9b6f09dc
  https://github.com/mroonga/mroonga/commit/aa96a6998d9371e010b4f56bf229040a9b6f09dc

  Log:
    remove a needless newline before "{".

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+1 -2)
===================================================================
--- ha_mroonga.cc    2011-07-11 16:47:07 +0900 (7fc0d42)
+++ ha_mroonga.cc    2011-07-11 16:48:38 +0900 (3c78f75)
@@ -3202,8 +3202,7 @@ int ha_mroonga::wrapper_index_init(uint idx, bool sorted)
   MRN_DBUG_ENTER_METHOD();
   MRN_SET_WRAP_SHARE_KEY(share, table->s);
   MRN_SET_WRAP_TABLE_KEY(this, table);
-  if (key_info.algorithm != HA_KEY_ALG_FULLTEXT)
-  {
+  if (key_info.algorithm != HA_KEY_ALG_FULLTEXT) {
     error = wrap_handler->ha_index_init(share->wrap_key_nr[idx], sorted);
   } else {
     error = wrap_handler->ha_index_init(share->wrap_primary_key, sorted);
-------------- next part --------------
HTML����������������������������...
Download 



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