[Groonga-commit] groonga/groonga at 64af5ec [master] Fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Feb 6 13:55:36 JST 2016


Kouhei Sutou	2016-02-06 13:55:36 +0900 (Sat, 06 Feb 2016)

  New Revision: 64af5ec32c39fb9112f935e3fe95bd8b6a19756f
  https://github.com/groonga/groonga/commit/64af5ec32c39fb9112f935e3fe95bd8b6a19756f

  Message:
    Fix indent

  Modified files:
    lib/proc/proc_fuzzy_search.c

  Modified: lib/proc/proc_fuzzy_search.c (+1 -1)
===================================================================
--- lib/proc/proc_fuzzy_search.c    2016-02-06 13:54:25 +0900 (684ff02)
+++ lib/proc/proc_fuzzy_search.c    2016-02-06 13:55:36 +0900 (2adde8b)
@@ -339,7 +339,7 @@ selector_fuzzy_search(grn_ctx *ctx, grn_obj *table, grn_obj *index,
   } else {
     if (grn_obj_is_key_accessor(ctx, obj) &&
         table->header.type == GRN_TABLE_PAT_KEY) {
-       target = table;
+      target = table;
     } else {
       use_sequential_search = GRN_TRUE;
     }
-------------- next part --------------
HTML����������������������������...
Download 



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