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

Back to archive index
Kouhei Sutou null+****@clear*****
Thu Dec 27 14:32:16 JST 2018


Kouhei Sutou	2018-12-27 14:32:16 +0900 (Thu, 27 Dec 2018)

  Revision: b36c60d047832f00ab194db49e0ea399581ccb37
  https://github.com/groonga/groonga/commit/b36c60d047832f00ab194db49e0ea399581ccb37

  Message:
    Fix indent

  Modified files:
    lib/tokenizers.c

  Modified: lib/tokenizers.c (+1 -1)
===================================================================
--- lib/tokenizers.c    2018-12-27 14:17:04 +0900 (5c5420853)
+++ lib/tokenizers.c    2018-12-27 14:32:16 +0900 (bc252d6df)
@@ -373,7 +373,7 @@ delimit_next(grn_ctx *ctx,
             const char *delimiter;
             unsigned int delimiter_length;
             delimiter_length = grn_vector_get_element(ctx,
-                                                    delimiters,
+                                                      delimiters,
                                                       i,
                                                       &delimiter,
                                                       NULL,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181227/bf538add/attachment.html>


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