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

Zurück zum Archiv-Index

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


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

  New Revision: 0597506e49467a5c1bcf0317a8cfc1057fcbffb0
  https://github.com/mroonga/mroonga/commit/0597506e49467a5c1bcf0317a8cfc1057fcbffb0

  Message:
    Fix brace position

  Modified files:
    ha_mroonga.cpp

  Modified: ha_mroonga.cpp (+1 -2)
===================================================================
--- ha_mroonga.cpp    2014-02-24 22:03:03 +0900 (7a347fe)
+++ ha_mroonga.cpp    2014-02-24 22:04:44 +0900 (a4ed60e)
@@ -4961,8 +4961,7 @@ int ha_mroonga::extra(enum ha_extra_function operation)
   DBUG_PRINT("info",
              ("mroonga: this=%p; extra-operation=%s",
               this, mrn_inspect_extra_function(operation)));
-  if (share->wrapper_mode)
-  {
+  if (share->wrapper_mode) {
     if ((error = wrapper_extra(operation)))
       DBUG_RETURN(error);
   } else {
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Zurück zum Archiv-Index