[Groonga-commit] groonga/groonga at feb3bae [master] Untabify

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Apr 18 15:52:42 JST 2015


Kouhei Sutou	2015-04-18 15:52:42 +0900 (Sat, 18 Apr 2015)

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

  Message:
    Untabify

  Modified files:
    lib/ii.c

  Modified: lib/ii.c (+2 -2)
===================================================================
--- lib/ii.c    2015-04-18 15:51:32 +0900 (0ef5d78)
+++ lib/ii.c    2015-04-18 15:52:42 +0900 (4d07479)
@@ -47,8 +47,8 @@
 #define S_CHUNK                  (1 << GRN_II_W_CHUNK)
 #define W_SEGMENT                18
 #define S_SEGMENT                (1 << W_SEGMENT)
-#define W_ARRAY_ELEMENT	         3
-#define S_ARRAY_ELEMENT	         (1 << W_ARRAY_ELEMENT)
+#define W_ARRAY_ELEMENT          3
+#define S_ARRAY_ELEMENT          (1 << W_ARRAY_ELEMENT)
 #define W_ARRAY                  (W_SEGMENT - W_ARRAY_ELEMENT)
 #define ARRAY_MASK_IN_A_SEGMENT  ((1 << W_ARRAY) - 1)
 #define NOT_ASSIGNED             0xffffffff
-------------- next part --------------
HTML����������������������������...
Descargar 



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