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

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jun 21 15:51:40 JST 2018


Kouhei Sutou	2018-06-21 15:51:40 +0900 (Thu, 21 Jun 2018)

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

  Message:
    Fix indent

  Modified files:
    lib/plugin.c

  Modified: lib/plugin.c (+2 -2)
===================================================================
--- lib/plugin.c    2018-06-21 15:24:48 +0900 (2def4d80e)
+++ lib/plugin.c    2018-06-21 15:51:40 +0900 (4d0c1d2e7)
@@ -357,8 +357,8 @@ grn_plugin_open(grn_ctx *ctx, const char *filename)
     const char *mrb_suffix;
     mrb_suffix = grn_plugin_get_ruby_suffix();
     if (filename_size > strlen(mrb_suffix) &&
-      strcmp(filename + (strlen(filename) - strlen(mrb_suffix)),
-             mrb_suffix) == 0) {
+        strcmp(filename + (strlen(filename) - strlen(mrb_suffix)),
+               mrb_suffix) == 0) {
       id = grn_plugin_open_mrb(ctx, filename, filename_size);
       goto exit;
     }
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180621/59ed49ec/attachment.htm 



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