[Groonga-mysql-commit] mroonga/mroonga at df56897 [master] Fix brace position

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Feb 24 22:03:03 JST 2014


Kouhei Sutou	2014-02-24 22:03:03 +0900 (Mon, 24 Feb 2014)

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

  Message:
    Fix brace position

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+2 -4)
===================================================================
--- ha_mroonga.cpp    2014-02-24 18:33:20 +0900 (487d3b9)
+++ ha_mroonga.cpp    2014-02-24 22:03:03 +0900 (7a347fe)
@@ -2712,11 +2712,9 @@ int ha_mroonga::wrapper_create_index(const char *name, TABLE *table,
     }
   }
 
-  if (error)
-  {
+  if (error) {
     for (uint j = 0; j < i; j++) {
-      if (index_tables[j])
-      {
+      if (index_tables[j]) {
         grn_obj_remove(ctx, index_tables[j]);
       }
     }
-------------- next part --------------
HTML����������������������������...
下载 



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