[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] fix indent.

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:36:18 JST 2012


Kouhei Sutou	2012-01-29 21:12:17 +0900 (Sun, 29 Jan 2012)

  New Revision: 565414c905c55dc9e4db0801b0c5239ce70a4cf3
  https://github.com/mroonga/mroonga/commit/565414c905c55dc9e4db0801b0c5239ce70a4cf3

  Log:
    fix indent.

  Modified files:
    ha_mroonga.cc

  Modified: ha_mroonga.cc (+2 -3)
===================================================================
--- ha_mroonga.cc    2012-01-29 19:29:38 +0900 (0bf4012)
+++ ha_mroonga.cc    2012-01-29 21:12:17 +0900 (8444205)
@@ -7106,9 +7106,8 @@ void ha_mroonga::storage_store_field_integer(Field *field,
              value_length);
     push_warning(ha_thd(), Sql_condition::WARN_LEVEL_WARN,
                  HA_ERR_UNSUPPORTED, error_message);
-  }
-  storage_store_field_string(field, value, value_length);
-  break;
+    storage_store_field_string(field, value, value_length);
+    break;
   }
 }
 
-------------- next part --------------
HTML����������������������������...
下載 



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