[Groonga-commit] groonga/groonga at bcb2ae5 [master] Fix indent

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Tue Jul 5 19:22:18 JST 2016


Kouhei Sutou	2016-07-05 19:22:18 +0900 (Tue, 05 Jul 2016)

  New Revision: bcb2ae5df7e5bbf5485563ef3cc238e1edd29f72
  https://github.com/groonga/groonga/commit/bcb2ae5df7e5bbf5485563ef3cc238e1edd29f72

  Message:
    Fix indent

  Modified files:
    plugins/functions/string.c

  Modified: plugins/functions/string.c (+1 -1)
===================================================================
--- plugins/functions/string.c    2016-07-05 19:21:16 +0900 (27af0d2)
+++ plugins/functions/string.c    2016-07-05 19:22:18 +0900 (b38d0b3)
@@ -82,7 +82,7 @@ func_string_length(grn_ctx *ctx, int n_args, grn_obj **args,
 
 static grn_obj *
 func_string_substring(grn_ctx *ctx, int n_args, grn_obj **args,
-                     grn_user_data *user_data)
+                      grn_user_data *user_data)
 {
   grn_obj *target;
   size_t string_length = 0;
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る