[Groonga-commit] groonga/groonga at 55b700e [master] Unindent

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Oct 4 11:15:16 JST 2013


Kouhei Sutou	2013-10-04 11:15:16 +0900 (Fri, 04 Oct 2013)

  New Revision: 55b700e512144737af7c924f17f67776a6bab1ab
  https://github.com/groonga/groonga/commit/55b700e512144737af7c924f17f67776a6bab1ab

  Message:
    Unindent

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+2 -4)
===================================================================
--- lib/expr.c    2013-10-04 11:14:59 +0900 (760d7dd)
+++ lib/expr.c    2013-10-04 11:15:16 +0900 (17046d9)
@@ -4029,10 +4029,8 @@ grn_scan_info_push_arg(scan_info *si, grn_obj *arg)
     return GRN_FALSE;
   }
 
-  {
-    si->args[si->nargs++] = arg;
-    return GRN_TRUE;
-  }
+  si->args[si->nargs++] = arg;
+  return GRN_TRUE;
 }
 
 void
-------------- next part --------------
HTML����������������������������...
Download 



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