[Groonga-mysql-commit] mroonga/mroonga [master] remove a needless newline before "{".

Back to archive index

null+****@clear***** null+****@clear*****
2011年 7月 11日 (月) 16:48:38 JST


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

  New Revision: aa96a6998d9371e010b4f56bf229040a9b6f09dc

  Log:
    remove a needless newline before "{".

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+1 -2)
===================================================================
--- ha_mroonga.cc    2011-07-11 07:47:07 +0000 (7fc0d42)
+++ ha_mroonga.cc    2011-07-11 07:48:38 +0000 (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);




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