[Groonga-mysql-commit] mroonga/mroonga at e9e1f42 [master] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Aug 26 18:59:00 JST 2013


Kouhei Sutou	2013-08-26 18:59:00 +0900 (Mon, 26 Aug 2013)

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

  Message:
    Fix indent

  Modified files:
    mrn_table.cpp

  Modified: mrn_table.cpp (+1 -1)
===================================================================
--- mrn_table.cpp    2013-08-26 18:58:19 +0900 (a65dd05)
+++ mrn_table.cpp    2013-08-26 18:59:00 +0900 (c4829c8)
@@ -935,7 +935,7 @@ TABLE_SHARE *mrn_get_table_share(TABLE_LIST *table_list, int *error)
                           hash_value);
 #elif defined(MRN_HAVE_TDC_ACQUIRE_SHARE)
   share = tdc_acquire_share(thd, table_list->db, table_list->table_name, key,
-                          key_length, GTS_TABLE, NULL);
+                            key_length, GTS_TABLE, NULL);
 #else
   share = get_table_share(thd, table_list, key, key_length, 0, error);
 #endif
-------------- next part --------------
HTML����������������������������...
Download 



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