[Groonga-commit] groonga/groonga [master] Remove too much indent

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Nov 22 16:32:13 JST 2012


Kouhei Sutou	2012-11-22 16:32:13 +0900 (Thu, 22 Nov 2012)

  New Revision: 47d546437af8f90611e24627f36f80d08c3c983b
  https://github.com/groonga/groonga/commit/47d546437af8f90611e24627f36f80d08c3c983b

  Log:
    Remove too much indent

  Modified files:
    lib/expr.c

  Modified: lib/expr.c (+2 -2)
===================================================================
--- lib/expr.c    2012-11-22 16:23:17 +0900 (5d56cbd)
+++ lib/expr.c    2012-11-22 16:32:13 +0900 (04fc3ac)
@@ -4185,9 +4185,9 @@ grn_table_select_select_by_index(grn_ctx *ctx, grn_obj *table, scan_info *si,
         switch (si->op) {
         case GRN_OP_NEAR :
         case GRN_OP_NEAR2 :
-  #define DEFAULT_NEAR_MAX_INTERVAL 10
+#define DEFAULT_NEAR_MAX_INTERVAL 10
           optarg.max_interval = DEFAULT_NEAR_MAX_INTERVAL;
-  #undef DEFAULT_NEAR_MAX_INTERVAL
+#undef DEFAULT_NEAR_MAX_INTERVAL
           break;
         default :
           optarg.max_interval = 0;
-------------- next part --------------
HTML����������������������������...
Download 



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