[Groonga-mysql-commit] mroonga/mroonga at 2f6465d [master] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Oct 4 00:06:23 JST 2015


Kouhei Sutou	2015-10-04 00:06:23 +0900 (Sun, 04 Oct 2015)

  New Revision: 2f6465db8b754402bc683fef3dd511e2a23fb479
  https://github.com/mroonga/mroonga/commit/2f6465db8b754402bc683fef3dd511e2a23fb479

  Message:
    Fix indent

  Modified files:
    udf/mrn_udf_snippet.cpp

  Modified: udf/mrn_udf_snippet.cpp (+1 -1)
===================================================================
--- udf/mrn_udf_snippet.cpp    2015-10-04 00:06:10 +0900 (c4bf61e)
+++ udf/mrn_udf_snippet.cpp    2015-10-04 00:06:23 +0900 (b53742a)
@@ -236,7 +236,7 @@ error:
 }
 
 MRN_API char *mroonga_snippet(UDF_INIT *initid, UDF_ARGS *args, char *result,
-                      unsigned long *length, char *is_null, char *error)
+                              unsigned long *length, char *is_null, char *error)
 {
   st_mrn_snip_info *snip_info = (st_mrn_snip_info *) initid->ptr;
   grn_ctx *ctx = snip_info->ctx;
-------------- next part --------------
HTML����������������������������...
Download 



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