[Groonga-mysql-commit] mroonga/mroonga at 340be09 [master] Unindent

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Aug 16 18:43:04 JST 2013


Kouhei Sutou	2013-08-16 18:43:04 +0900 (Fri, 16 Aug 2013)

  New Revision: 340be094a02560b83f2e18d4454aa221654a8dea
  https://github.com/mroonga/mroonga/commit/340be094a02560b83f2e18d4454aa221654a8dea

  Message:
    Unindent

  Modified files:
    lib/mrn_condition_converter.cpp

  Modified: lib/mrn_condition_converter.cpp (+5 -5)
===================================================================
--- lib/mrn_condition_converter.cpp    2013-08-16 18:42:29 +0900 (6bbd22f)
+++ lib/mrn_condition_converter.cpp    2013-08-16 18:43:04 +0900 (3003f35)
@@ -133,11 +133,11 @@ namespace mrn {
             Item **arguments = func_item->arguments();
             Item *left_item = arguments[0];
             Item *right_item = arguments[1];
-              if (left_item->type() == Item::FIELD_ITEM &&
-                  right_item->basic_const_item() &&
-                  right_item->type() == Item::INT_ITEM) {
-                convertable = true;
-              }
+            if (left_item->type() == Item::FIELD_ITEM &&
+                right_item->basic_const_item() &&
+                right_item->type() == Item::INT_ITEM) {
+              convertable = true;
+            }
           }
           break;
         case Item_func::FT_FUNC:
-------------- next part --------------
HTML����������������������������...
Descargar 



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