[Groonga-mysql-commit] mroonga/mroonga at eb55220 [master] Indent

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jun 11 16:37:49 JST 2013


Kouhei Sutou	2013-06-11 16:37:49 +0900 (Tue, 11 Jun 2013)

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

  Message:
    Indent

  Modified files:
    mrn_table.cpp

  Modified: mrn_table.cpp (+1 -1)
===================================================================
--- mrn_table.cpp    2013-06-11 16:37:25 +0900 (0e272be)
+++ mrn_table.cpp    2013-06-11 16:37:49 +0900 (cf3bfc3)
@@ -712,7 +712,7 @@ void mrn_free_long_term_share(MRN_LONG_TERM_SHARE *long_term_share)
   MRN_DBUG_ENTER_FUNCTION();
   {
     mrn::Lock lock(&mrn_long_term_share_mutex);
-  my_hash_delete(&mrn_long_term_share, (uchar*) long_term_share);
+    my_hash_delete(&mrn_long_term_share, (uchar*) long_term_share);
   }
   pthread_mutex_destroy(&long_term_share->auto_inc_mutex);
   my_free(long_term_share, MYF(0));
-------------- next part --------------
HTML����������������������������...
Download 



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