[Groonga-commit] groonga/groonga at 37ae6fe [master] grn_ts: fix indentation

Back to archive index

susumu.yata null+****@clear*****
Mon Sep 28 20:26:51 JST 2015


susumu.yata	2015-09-28 20:26:51 +0900 (Mon, 28 Sep 2015)

  New Revision: 37ae6fed45ba02303dabc94ba8d15d19589e8df8
  https://github.com/groonga/groonga/commit/37ae6fed45ba02303dabc94ba8d15d19589e8df8

  Message:
    grn_ts: fix indentation

  Modified files:
    lib/ts.c

  Modified: lib/ts.c (+2 -2)
===================================================================
--- lib/ts.c    2015-09-28 20:25:35 +0900 (7f68aef)
+++ lib/ts.c    2015-09-28 20:26:51 +0900 (2f54782)
@@ -3902,8 +3902,8 @@ grn_ts_op_logical_or_filter(grn_ctx *ctx, grn_ts_expr_op_node *node,
 /* grn_ts_op_equal_filter() filters records. */
 static grn_rc
 grn_ts_op_equal_filter(grn_ctx *ctx, grn_ts_expr_op_node *node,
-                         const grn_ts_record *in, size_t n_in,
-                         grn_ts_record *out, size_t *n_out) {
+                       const grn_ts_record *in, size_t n_in,
+                       grn_ts_record *out, size_t *n_out) {
   GRN_TS_OP_CHK_FILTER(equal)
 }
 
-------------- next part --------------
HTML����������������������������...
다운로드 



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