[Groonga-commit] groonga/groonga [master] Indent

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Feb 18 11:55:50 JST 2013


Kouhei Sutou	2013-02-18 11:55:50 +0900 (Mon, 18 Feb 2013)

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

  Log:
    Indent

  Modified files:
    lib/geo.c

  Modified: lib/geo.c (+2 -2)
===================================================================
--- lib/geo.c    2013-02-18 11:55:34 +0900 (cfdff06)
+++ lib/geo.c    2013-02-18 11:55:50 +0900 (e6b9fcc)
@@ -648,8 +648,8 @@ grn_geo_table_sort(grn_ctx *ctx, grn_obj *table, int offset, int limit,
           grn_pat_cursor_close(ctx, pc);
           if (diff_bit > 0) {
             n = grn_geo_table_sort_collect_points(ctx, table, index, pat,
-                                                   entries, n, e, accessorp,
-                                                   base_point, d_far, diff_bit);
+                                                  entries, n, e, accessorp,
+                                                  base_point, d_far, diff_bit);
           }
           for (i = 0, ep = entries + offset; i < limit && ep < entries + n; i++, ep++) {
             if (ep->id == GRN_ID_NIL) {
-------------- next part --------------
HTML����������������������������...
Download 



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